]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/pw.h
Remove a death threat from the FreeBSD sources
[pw-darwin.git] / pw / pw.h
diff --git a/pw/pw.h b/pw/pw.h
index b389f1248dd144fcb89ec0c013ec317f60c98906..592d5921556fe0c7da58b4ba4855ebc084b92c93 100644 (file)
--- a/pw/pw.h
+++ b/pw/pw.h
@@ -28,7 +28,6 @@
 
 #include <sys/stat.h>
 
-#define _WITH_GETLINE
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -93,6 +92,7 @@ int groupadd(struct userconf *, char *name, gid_t id, char *members, int fd,
 int nis_update(void);
 
 int boolean_val(char const * str, int dflt);
+int passwd_val(char const * str, int dflt);
 char const *boolean_str(int val);
 char *newstr(char const * p);