summaryrefslogtreecommitdiff
path: root/include/helperfuncs.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-06 00:29:02 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-03-06 00:29:02 +0000
commiteb067467de6777c010dbbca716f27a3f550107ce (patch)
treea6584f027ebf43267888fa9519e2078cbe115c69 /include/helperfuncs.h
parent777827ecd0954aca86de853bb0a5982e5315bd79 (diff)
Mode-code rewrite. Might act weird, needs proper testing (that is what svn builds are for, after all)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3474 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/helperfuncs.h')
-rw-r--r--include/helperfuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index ae83dbf27..d99755035 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -88,5 +88,6 @@ int InsertMode(std::string &output, const char* modes, unsigned short section);
bool IsValidChannelName(const char *);
int charlcat(char* x,char y,int z);
+bool charremove(char* mp, char remove);
#endif