1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 23:23:13 +02:00

Remove MARK_DEPRECATED from some stuff, it makes development a bit too noisy.

Fix a makefile I broke with SQL removal.
Add InspIRCd 1.2 module to build.


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1507 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-03 20:42:30 +00:00
parent bce7e0c15e
commit 90a104887f
4 changed files with 13 additions and 4 deletions
+3 -3
View File
@@ -847,9 +847,9 @@ E void notice_server(char *source, Server * s, const char *fmt, ...)
E void notice_user(char *source, User *u, const char *fmt, ...)
FORMAT(printf,3,4);
E void notice_list(const char *source, const char *dest, char **text) MARK_DEPRECATED;
E void notice_lang(const char *source, User *dest, int message, ...) MARK_DEPRECATED;
E void notice_help(const char *source, User *dest, int message, ...) MARK_DEPRECATED;
E void notice_list(const char *source, const char *dest, char **text); // MARK_DEPRECATED;
E void notice_lang(const char *source, User *dest, int message, ...); // MARK_DEPRECATED;
E void notice_help(const char *source, User *dest, int message, ...); // MARK_DEPRECATED;
/**** servers.c ****/