summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-02 16:06:32 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:06 +0200
commit64421129b672d0ce55c5aa235e5038dd2ea1b32b (patch)
treeb181fa710b7cf2317d4d07cf83df301ac2783570 /source3/include
parentf4868ab6467ad7e6fae78bd14b83aeae68026769 (diff)
downloadsamba-64421129b672d0ce55c5aa235e5038dd2ea1b32b.tar.gz
samba-64421129b672d0ce55c5aa235e5038dd2ea1b32b.tar.bz2
samba-64421129b672d0ce55c5aa235e5038dd2ea1b32b.zip
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 14ec2d6853..94cc9f9baa 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -868,13 +868,6 @@ void sys_srandom(unsigned int seed);
int groups_max(void);
int sys_getgroups(int setlen, gid_t *gidset);
int sys_setgroups(gid_t UNUSED(primary_gid), int setlen, gid_t *gidset);
-void sys_setpwent(void);
-struct passwd *sys_getpwent(void);
-void sys_endpwent(void);
-struct passwd *sys_getpwnam(const char *name);
-struct passwd *sys_getpwuid(uid_t uid);
-struct group *sys_getgrnam(const char *name);
-struct group *sys_getgrgid(gid_t gid);
int sys_popen(const char *command);
int sys_pclose(int fd);
ssize_t sys_getxattr (const char *path, const char *name, void *value, size_t size);