diff options
-rw-r--r-- | FICS/talkproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/talkproc.c b/FICS/talkproc.c index 4401847..dead04a 100644 --- a/FICS/talkproc.c +++ b/FICS/talkproc.c @@ -66,7 +66,7 @@ int quota_time; // hawk: hacked it to fit ALL persons - quota list is not needed anymore -int +PRIVATE int CheckShoutQuota(int p) { int timeleft = 0; |