s4:dns_server: no-op dns updates with ACCESS_DENIED should be ignored
[samba.git] / lib / util / util_pw.h
index 2967963459085aabb8e1a709cc02e9c4b4a0ac0d..fae4da9a0c34c9946579948646051ec9fa68ed9f 100644 (file)
 #ifndef __LIB_UTIL_UTIL_PW_H__
 #define __LIB_UTIL_UTIL_PW_H__
 
-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);
 struct passwd *tcopy_passwd(TALLOC_CTX *mem_ctx,
                            const struct passwd *from);
 struct passwd *getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name);