summaryrefslogtreecommitdiffstats
path: root/games/hangman
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
committerimp <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
commit24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d (patch)
tree275284ba202a3acb4c5d5041be389eba1a666e3b /games/hangman
parentd533053fe68906076e15c9a57531ef155a7d4283 (diff)
downloadFreeBSD-src-24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d.zip
FreeBSD-src-24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d.tar.gz
Remove __P
Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
Diffstat (limited to 'games/hangman')
-rw-r--r--games/hangman/hangman.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/games/hangman/hangman.h b/games/hangman/hangman.h
index a0851be..b8dacd9 100644
--- a/games/hangman/hangman.h
+++ b/games/hangman/hangman.h
@@ -80,13 +80,13 @@ extern FILE *Dict;
extern off_t Dict_size;
-void die __P((int));
-void endgame __P((void));
-void getguess __P((void));
-void getword __P((void));
-void playgame __P((void));
-void prdata __P((void));
-void prman __P((void));
-void prword __P((void));
-char readch __P((void));
-void setup __P((void));
+void die(int);
+void endgame(void);
+void getguess(void);
+void getword(void);
+void playgame(void);
+void prdata(void);
+void prman(void);
+void prword(void);
+char readch(void);
+void setup(void);
OpenPOWER on IntegriCloud