summaryrefslogtreecommitdiff
path: root/games/gomoku/gomoku.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-17 19:42:41 +0000
commitd522f6eb0324008023fed0be4d046f3fc51b0356 (patch)
tree9ecf8345e3c3ff77a81ef2a20d84c6497533e804 /games/gomoku/gomoku.h
parent1b433a7e5b43fe0dec72e100525e31299629c117 (diff)
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
Diffstat (limited to 'games/gomoku/gomoku.h')
-rw-r--r--games/gomoku/gomoku.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gomoku/gomoku.h b/games/gomoku/gomoku.h
index 9b83fb0d4d5..a19f098c6a9 100644
--- a/games/gomoku/gomoku.h
+++ b/games/gomoku/gomoku.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gomoku.h,v 1.5 2002/02/16 21:27:10 millert Exp $ */
+/* $OpenBSD: gomoku.h,v 1.6 2002/02/17 19:42:20 millert Exp $ */
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
@@ -278,8 +278,8 @@ void bdump(FILE *);
#endif
void bdwho(int);
int better(struct spotstr *, struct spotstr *, int);
-int checkframes __P((struct combostr *, struct combostr *,
- struct spotstr *, int, struct ovlp_info *));
+int checkframes(struct combostr *, struct combostr *,
+ struct spotstr *, int, struct ovlp_info *);
#ifdef DEBUG
void clearcombo(struct combostr *, int);
#endif