summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mrinfo
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/mrinfo
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/mrinfo')
-rw-r--r--usr.sbin/mrinfo/mrinfo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mrinfo/mrinfo.c b/usr.sbin/mrinfo/mrinfo.c
index 7f6e6c8480e..1fbd584aeac 100644
--- a/usr.sbin/mrinfo/mrinfo.c
+++ b/usr.sbin/mrinfo/mrinfo.c
@@ -108,9 +108,9 @@ vifi_t numvifs; /* to keep loader happy */
char * inet_name(u_int32_t addr);
void ask(u_int32_t dst);
void ask2(u_int32_t dst);
-int get_number __P((int *var, int deflt, char ***pargv,
- int *pargc));
-u_int32_t host_addr(char *name);
+int get_number(int *var, int deflt, char ***pargv,
+ int *pargc);
+u_int32_t host_addr(char *name);
void usage(void);
/* to shut up -Wstrict-prototypes */