summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
committerRobin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864>2008-09-30 18:45:10 +0000
commit431918ceacfd5a580d4f28a8ae6077c9bbc44b99 (patch)
tree27dcb4182ee1041f9160df28e3266165412285ae /include/extern.h
parent2fd6bf39b1b018a7081fafd8350ea88f1b733ea5 (diff)
listnicks and listchans go away, as they aren't all that useful (and way too old.)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1201 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/extern.h b/include/extern.h
index 662b4f35b..990b08687 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -162,7 +162,6 @@ E ChannelInfo *chanlists[256];
E CSModeUtil csmodeutils[];
E LevelInfo levelinfo[];
-E void listchans(int count_only, const char *chan);
E void get_chanserv_stats(long *nrec, long *memuse);
E int delchan(ChannelInfo * ci);
@@ -726,12 +725,6 @@ E void syntax_error(char *service, User * u, const char *command,
int msgnum);
-/**** list.c ****/
-
-E void do_listnicks(int ac, char **av);
-E void do_listchans(int ac, char **av);
-
-
/**** log.c ****/
E int open_log(void);
@@ -916,7 +909,6 @@ E unsigned int guestnum;
E void insert_requestnick(NickRequest * nr);
E void alpha_insert_alias(NickAlias * na);
E void insert_core(NickCore * nc);
-E void listnicks(int count_only, const char *nick);
E void get_aliases_stats(long *nrec, long *memuse);
E void get_core_stats(long *nrec, long *memuse);
E void collide(NickAlias * na, int from_timeout);