diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-16 21:28:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-16 21:28:12 +0000 |
commit | 6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch) | |
tree | ee423c619fad03813234b9362694a17f3a638f0b /games/hunt/huntd/conf.h | |
parent | c707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff) |
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'games/hunt/huntd/conf.h')
-rw-r--r-- | games/hunt/huntd/conf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hunt/huntd/conf.h b/games/hunt/huntd/conf.h index 63bd83301c4..f5fac25783e 100644 --- a/games/hunt/huntd/conf.h +++ b/games/hunt/huntd/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.3 1999/12/12 15:08:14 d Exp $ */ +/* $OpenBSD: conf.h,v 1.4 2002/02/16 21:27:10 millert Exp $ */ /* Configuration option variables for the server: */ @@ -50,6 +50,6 @@ extern int conf_scanlen; extern int conf_mindshot; extern int conf_simstep; -void config __P((void)); -void config_arg __P((char *)); +void config(void); +void config_arg(char *); |