From 863731d9a80a9b33d9a6e3b07ea4150b2c6c1b65 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 10 Dec 2023 14:03:58 +0100 Subject: Sorted the declarations --- FICS/talkproc.h | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'FICS/talkproc.h') diff --git a/FICS/talkproc.h b/FICS/talkproc.h index d20f8e8..7537bb3 100644 --- a/FICS/talkproc.h +++ b/FICS/talkproc.h @@ -21,6 +21,7 @@ name yy/mm/dd Change hersco and Marsalis 95/07/24 Created Markus Uhlin 23/12/10 Deleted com_query() + Markus Uhlin 23/12/10 Sorted the declarations */ #ifndef _TALKPROC_H @@ -30,27 +31,27 @@ extern int quota_time; -extern int com_xtell(); -extern int com_shout(); +extern int com_censor(); +extern int com_channel(); +extern int com_clearmessages(); extern int com_cshout(); +extern int com_inchannel(); extern int com_it(); -extern int com_tell(); +extern int com_kibitz(); +extern int com_mailmess(); +extern int com_messages(); +extern int com_notify(); extern int com_ptell(); +extern int com_qtell(); extern int com_say(); -extern int com_whisper(); -extern int com_kibitz(); -extern int com_censor(); +extern int com_sendmessage(); +extern int com_shout(); +extern int com_tell(); extern int com_uncensor(); -extern int com_notify(); extern int com_unnotify(); -extern int com_channel(); -extern int com_inchannel(); -extern int com_sendmessage(); -extern int com_messages(); -extern int com_clearmessages(); -extern int com_mailmess(); +extern int com_whisper(); +extern int com_xtell(); extern int com_znotify(); -extern int com_qtell(); extern int on_channel(int, int); #endif /* _TALKPROC_H */ -- cgit v1.2.3