summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-06-15 22:02:14 +0000
committerJeremy Allison <jra@samba.org>1998-06-15 22:02:14 +0000
commit7ed5a181ac836f2f88e1525723dd6197ca3a9084 (patch)
tree568e5369e8b3cd8629f2ee753c1e032276588a0e /source3/include
parent644fbaaf9ba38a5f3d60f27f7110e755b20d31e7 (diff)
downloadsamba-7ed5a181ac836f2f88e1525723dd6197ca3a9084.tar.gz
samba-7ed5a181ac836f2f88e1525723dd6197ca3a9084.tar.bz2
samba-7ed5a181ac836f2f88e1525723dd6197ca3a9084.zip
client.c: Made -L do a null-session share unless -U user is specified.
clientutil.c: Fixed NT session to add NT password. groupname.c: Added lookup function. Jeremy. (This used to be commit 8216363e83fcdccfade70f983830b56b7e6546a4)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6938be6367..5ff9df5a5f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -203,6 +203,7 @@ char *getsmbpass(char *prompt) ;
/*The following definitions come from groupname.c */
void load_groupname_map(void);
+void map_gid_to_sid( gid_t gid, DOM_SID *psid);
/*The following definitions come from interface.c */