aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pw/pw.h
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-07-05 08:01:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-07-05 08:01:15 +0000
commitcab0fb4e48e578e1e171b5adccb0e2407a3dd572 (patch)
tree901937a3f43ff201051c548328506f15a60e25be /usr.sbin/pw/pw.h
parent4567c8651d62ab365f288a71550c8227c21b38f2 (diff)
Notes
Diffstat (limited to 'usr.sbin/pw/pw.h')
-rw-r--r--usr.sbin/pw/pw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h
index aa437ec3cd9a0..f541b26e1743c 100644
--- a/usr.sbin/pw/pw.h
+++ b/usr.sbin/pw/pw.h
@@ -124,7 +124,7 @@ int boolean_val(char const * str, int dflt);
char const *boolean_str(int val);
char *newstr(char const * p);
-void pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...);
+void pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) __printflike(4, 5);
char *pw_pwcrypt(char *password);
extern const char *Modes[];