mirror of
https://github.com/anope/anope.git
synced 2026-07-05 23:33:12 +02:00
Merge protocol_debug() with the only place it's actually called.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1290 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -772,7 +772,6 @@ E int match_wild_nocase(const char *pattern, const char *str);
|
||||
E int dotime(const char *s);
|
||||
E char *duration(NickAlias * na, char *buf, int bufsize, time_t seconds);
|
||||
E char *expire_left(NickAlias * na, char *buf, int len, time_t expires);
|
||||
E void protocol_debug(char *source, char *cmd, int argc, const char **argv);
|
||||
E int doValidHost(const char *host, int type);
|
||||
|
||||
typedef int (*range_callback_t) (User * u, int num, va_list args);
|
||||
|
||||
Reference in New Issue
Block a user