diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:03:58 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:03:58 +0100 |
commit | 863731d9a80a9b33d9a6e3b07ea4150b2c6c1b65 (patch) | |
tree | 96114e124fc581e0f7adb822ce188c9f19c80cee /FICS/talkproc.h | |
parent | 3ae1e72cf2305b1f1de64be2aaa62b0a2f926cc7 (diff) |
Sorted the declarations
Diffstat (limited to 'FICS/talkproc.h')
-rw-r--r-- | FICS/talkproc.h | 29 |
1 files changed, 15 insertions, 14 deletions
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 */ |