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
commitca8996472c5e855087bacf947186d919b653ab7d (patch)
treef7d9b19554194fa2b1119e762ebc89ab27e38907 /include/extern.h
parentb3df8dbfb1943030adb6f72f5c3cee509d6ffa5e (diff)
Merge send_cmd() and vsend_cmd().
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1205 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/extern.h b/include/extern.h
index d92c35a4c..4708457f7 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1013,8 +1013,6 @@ E void process(void);
E void send_cmd(const char *source, const char *fmt, ...)
FORMAT(printf,2,3);
-E void vsend_cmd(const char *source, const char *fmt, va_list args)
- FORMAT(printf,2,0);
E void notice_server(char *source, Server * s, char *fmt, ...)
FORMAT(printf,3,4);