From f9055253d2e8a7612fced65c3f96a6f940111148 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 3 May 2005 12:50:52 +0000 Subject: Fixed to always look for the ircd.log within the bin/ dir Fixed to not spool the error log after ./inspircd debug git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1290 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 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); -- cgit v1.2.3