From ab79b6a6aaed8a5c1d3cf85cb5f02920a580b6fa Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 10 Dec 2023 15:05:40 +0100 Subject: Added the arugment list for com_inchannel() --- FICS/talkproc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FICS/talkproc.h b/FICS/talkproc.h index d5cee9d..5762117 100644 --- a/FICS/talkproc.h +++ b/FICS/talkproc.h @@ -27,13 +27,15 @@ #ifndef _TALKPROC_H #define _TALKPROC_H +#include "command.h" /* param_list */ + #define MAX_CHANNELS 256 extern int quota_time; extern int com_clearmessages(); extern int com_cshout(); -extern int com_inchannel(); +extern int com_inchannel(int, param_list); extern int com_it(); extern int com_kibitz(); extern int com_mailmess(); -- cgit v1.2.3