Fix bug #7240 - Net usershare is not case sensitive.
[sfrench/samba-autobuild/.git] / source3 / include / proto.h
index ecb29618aee3be17d107833c3e2581c2cc451c83..7cc211b05a13d92355615738133c8025f5ad5fd7 100644 (file)
@@ -4318,6 +4318,7 @@ enum usershare_err parse_usershare_file(TALLOC_CTX *ctx,
                        int numlines,
                        char **pp_sharepath,
                        char **pp_comment,
+                       char **pp_cp_share_name,
                        SEC_DESC **ppsd,
                        bool *pallow_guest);
 int load_usershare_service(const char *servicename);