diff options
Diffstat (limited to 'usr.sbin/popa3d/pop_auth.h')
-rw-r--r-- | usr.sbin/popa3d/pop_auth.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/popa3d/pop_auth.h b/usr.sbin/popa3d/pop_auth.h index 4352552f133..2708dcd6058 100644 --- a/usr.sbin/popa3d/pop_auth.h +++ b/usr.sbin/popa3d/pop_auth.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pop_auth.h,v 1.1 2001/08/19 13:05:57 deraadt Exp $ */ +/* $OpenBSD: pop_auth.h,v 1.2 2001/09/21 20:22:06 camield Exp $ */ /* * AUTHORIZATION state handling. @@ -21,9 +21,8 @@ extern int do_pop_auth(int channel); /* - * Logs an authentication attempt for mailbox (or NULL if the requested - * mailbox doesn't exist). + * Logs an authentication attempt for user, use NULL for non-existent. */ -extern void log_pop_auth(int result, char *mailbox); +extern void log_pop_auth(int result, char *user); #endif |