From 7ed5a181ac836f2f88e1525723dd6197ca3a9084 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 15 Jun 1998 22:02:14 +0000 Subject: 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) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') 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 */ -- cgit