summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index f0199e9dc..d58d4eeff 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -85,7 +85,7 @@ typedef std::deque<std::string> file_cache;
typedef void (handlerfunc) (char**, int, userrec*);
/* prototypes */
-int InspIRCd(void);
+int InspIRCd(char** argv, int argc);
int InitConfig(void);
void Error(int status);
void send_error(char *s);