aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-10 15:46:02 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-10 15:46:02 +0100
commit2abeb3ff0cb09a8e342d94642af442c7893ae75b (patch)
tree364298e8396ee739a3d161c8960b4f8cad4c0942
parentdb0e5f8a6492beb7002e9ad8b57b894cac880742 (diff)
Added the argument list for com_mailmess()
-rw-r--r--FICS/talkproc.h2
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();