summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ac
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-02-17 19:42:18 +0000
committermillert <millert@openbsd.org>2002-02-17 19:42:18 +0000
commitf3c3a9c6dfeacc6897a86575161336d2a48e6df1 (patch)
treed14445e214d1b0db31b5a8d6f8b1f2938a91057e /usr.sbin/ac
parentDocument that both localhost and the local hostname needs to be able to (diff)
downloadwireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.tar.xz
wireguard-openbsd-f3c3a9c6dfeacc6897a86575161336d2a48e6df1.zip
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'usr.sbin/ac')
-rw-r--r--usr.sbin/ac/ac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c
index 398576a421f..ecc8e1dc44b 100644
--- a/usr.sbin/ac/ac.c
+++ b/usr.sbin/ac/ac.c
@@ -14,7 +14,7 @@
*/
#ifndef lint
-static char rcsid[] = "$Id: ac.c,v 1.10 2002/02/16 21:28:00 millert Exp $";
+static char rcsid[] = "$Id: ac.c,v 1.11 2002/02/17 19:42:35 millert Exp $";
#endif
#include <sys/types.h>
@@ -89,8 +89,8 @@ struct utmp_list *log_in(struct utmp_list *, struct utmp *);
struct utmp_list *log_out(struct utmp_list *, struct utmp *);
int on_console(struct utmp_list *);
void show(char *, time_t);
-void show_today __P((struct user_list *, struct utmp_list *,
- time_t));
+void show_today(struct user_list *, struct utmp_list *,
+ time_t);
void show_users(struct user_list *);
struct user_list *update_user(struct user_list *, char *, time_t);
void usage(void);