diff options
Diffstat (limited to 'FICS/talkproc.h')
-rw-r--r-- | FICS/talkproc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/talkproc.h b/FICS/talkproc.h index 5762117..f83d653 100644 --- a/FICS/talkproc.h +++ b/FICS/talkproc.h @@ -38,7 +38,7 @@ extern int com_cshout(); extern int com_inchannel(int, param_list); extern int com_it(); extern int com_kibitz(); -extern int com_mailmess(); +extern int com_mailmess(int, param_list); extern int com_messages(); extern int com_ptell(); extern int com_qtell(); |