summaryrefslogtreecommitdiffstats
path: root/libc/gen/pw_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/gen/pw_scan.h')
-rw-r--r--libc/gen/pw_scan.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/gen/pw_scan.h b/libc/gen/pw_scan.h
index 2519bd4..3bc6201 100644
--- a/libc/gen/pw_scan.h
+++ b/libc/gen/pw_scan.h
@@ -35,6 +35,7 @@
* $FreeBSD$
*/
-extern int pw_big_ids_warning;
+#define _PWSCAN_MASTER 0x01
+#define _PWSCAN_WARN 0x02
-extern int pw_scan __P((char *, struct passwd *));
+extern int __pw_scan __P((char *, struct passwd *, int));