lib/util: Remove dummy wrapper for getpwuid().
[metze/samba/wip.git] / lib / util / util_pw.h
index ffbb4c069188fce2cc9d7f5ba0ca99d0093118dd..b46197b9ce0718d743109587770657c31e1e197e 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef __LIB_UTIL_UTIL_PW_H__
 #define __LIB_UTIL_UTIL_PW_H__
 
-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,