X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/27dffd66c4eb585e955416a213c4579349f5fb7c..2d8a3be70850f8655e3b289a16da332c46c17b92:/usr.sbin/pppstats/pppstats.c diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index bd21f135a8..9d89e28706 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -31,7 +31,7 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * * $FreeBSD: src/usr.sbin/pppstats/pppstats.c,v 1.13 1999/08/28 01:19:11 peter Exp $ - * $DragonFly: src/usr.sbin/pppstats/pppstats.c,v 1.3 2003/08/08 04:18:47 dillon Exp $ + * $DragonFly: src/usr.sbin/pppstats/pppstats.c,v 1.4 2003/11/03 19:31:41 eirikn Exp $ */ #include @@ -76,13 +76,13 @@ extern int optind; extern char *optarg; #endif -static void usage __P((void)); -static void catchalarm __P((int)); -static void get_ppp_stats __P((struct ppp_stats *)); -static void get_ppp_cstats __P((struct ppp_comp_stats *)); -static void intpr __P((void)); +static void usage(void); +static void catchalarm(int); +static void get_ppp_stats(struct ppp_stats *); +static void get_ppp_cstats(struct ppp_comp_stats *); +static void intpr(void); -int main __P((int, char *argv[])); +int main(int, char *argv[]); static void usage()