diff options
author | billf <billf@FreeBSD.org> | 1999-12-12 03:04:17 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-12-12 03:04:17 +0000 |
commit | aeee88b81a6982928d45c0d80c325cd8372bbab0 (patch) | |
tree | 8530eefc376ff7eb3db0b9a165163e773ae5ca49 /games/grdc | |
parent | 645afe7387cdb4ae3254e7f93eea41923be3b689 (diff) | |
download | FreeBSD-src-aeee88b81a6982928d45c0d80c325cd8372bbab0.zip FreeBSD-src-aeee88b81a6982928d45c0d80c325cd8372bbab0.tar.gz |
-Wall fixes.
Diffstat (limited to 'games/grdc')
-rw-r--r-- | games/grdc/grdc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/grdc/grdc.c b/games/grdc/grdc.c index d5dc086..881428f 100644 --- a/games/grdc/grdc.c +++ b/games/grdc/grdc.c @@ -40,6 +40,7 @@ int hascolor = 0; void set(int, int); void standt(int); void movto(int, int); +void sighndl(int); void sighndl(signo) int signo; |