X-Git-Url: http://git.samba.org/samba.git/?p=vlendec%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=source3%2Finclude%2Fproto.h;fp=source3%2Finclude%2Fproto.h;h=0fd6e64fee397f97bcc0669265f18143566d99a0;hp=6ac0c3d1935087773420af50d952235b9c3245b7;hb=5fe180e751093bb10f847137f879a961db245689;hpb=a454c9cd42e4ecc00a04886a781ad19c8bd641f9 diff --git a/source3/include/proto.h b/source3/include/proto.h index 6ac0c3d1935..0fd6e64fee3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -392,6 +392,10 @@ char *myhostname_upper(void); #include "lib/util_path.h" bool parent_dirname(TALLOC_CTX *mem_ctx, const char *dir, char **parent, const char **name); +bool parent_smb_fname(TALLOC_CTX *mem_ctx, + const struct smb_filename *path, + struct smb_filename **_parent, + struct smb_filename **_name); bool ms_has_wild(const char *s); bool ms_has_wild_w(const smb_ucs2_t *s); bool mask_match(const char *string, const char *pattern, bool is_case_sensitive);