Revert "lib/util: make use of tfork in samba_runcmd_send()"
[samba.git] / lib / util / util_pw.h
index b46197b9ce0718d743109587770657c31e1e197e..fae4da9a0c34c9946579948646051ec9fa68ed9f 100644 (file)
@@ -24,8 +24,6 @@
 #ifndef __LIB_UTIL_UTIL_PW_H__
 #define __LIB_UTIL_UTIL_PW_H__
 
-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);