diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:34:25 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 14:34:25 +0100 |
commit | 4f3f92cd6a8eae13f4053633dfc9b393cf78ffb2 (patch) | |
tree | aa8373b353eab3ce7738e6df9b9e2dc203cc4e5d /FICS/talkproc.h | |
parent | c3e781a2b0c6663b8fbc7666645ad1f6d151f501 (diff) |
Deleted function declarations
Diffstat (limited to 'FICS/talkproc.h')
-rw-r--r-- | FICS/talkproc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FICS/talkproc.h b/FICS/talkproc.h index a3f2166..d5cee9d 100644 --- a/FICS/talkproc.h +++ b/FICS/talkproc.h @@ -31,7 +31,6 @@ extern int quota_time; -extern int com_censor(); extern int com_clearmessages(); extern int com_cshout(); extern int com_inchannel(); @@ -39,15 +38,12 @@ extern int com_it(); 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_sendmessage(); extern int com_shout(); extern int com_tell(); -extern int com_uncensor(); -extern int com_unnotify(); extern int com_whisper(); extern int com_xtell(); extern int com_znotify(); |