summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-13 00:09:12 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-13 00:09:12 +0000
commit9af8a70395e72b2a7424c54da8a66a67bfa0c068 (patch)
treeab0a2bb7226910e2f43a08b4a58bb1d4f8a3ca63 /include
parent0f19037dd12555879d8f01c0eee27e5b1f8a0671 (diff)
More old /map code removal, removed stuff from headers
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2365 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/helperfuncs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/helperfuncs.h b/include/helperfuncs.h
index 796b2b386..98519ce94 100644
--- a/include/helperfuncs.h
+++ b/include/helperfuncs.h
@@ -67,14 +67,10 @@ int usercount_invisible(void);
int usercount_opers(void);
int usercount_unknown(void);
long chancount(void);
-long count_servs(void);
-long servercount(void);
long local_count();
void ShowMOTD(userrec *user);
void ShowRULES(userrec *user);
bool AllModulesReportReady(userrec* user);
-char islast(const char* s);
-long map_count(const char* s);
void createcommand(char* cmd, handlerfunc f, char flags, int minparams,char* source);
void SetupCommandTable(void);
bool DirValid(char* dirandfile);