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
commite6111d9ff4cb897b5c8bd00fcde339ffce1b66bf (patch)
tree1d4fc7192245c06032400dcbb673772fc1f68f56 /include/extern.h
parentca8996472c5e855087bacf947186d919b653ab7d (diff)
Mark some stuff deprecated, move implementation from the interface into the user class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1206 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h
index 4708457f7..b4a0e4347 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -1019,9 +1019,9 @@ E void notice_server(char *source, Server * s, 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);
-E void notice_lang(const char *source, User *dest, int message, ...);
-E void notice_help(const char *source, User *dest, int message, ...);
+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 ****/