diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-22 01:02:28 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-06-22 01:02:28 +0000 |
commit | 2f0125c6fbe48affb36b60673de820c060cc4dbc (patch) | |
tree | 0d58d42e909652f40602ecd4fdfd99dd27d9af76 /extern.h | |
parent | ecfb58ca92d7a72aab2b1391485d5570fe16451b (diff) |
BUILD : 1.7.4 (208) BUGS : none NOTES : New implementation for dynamic server /OS GLOBAL
git-svn-id: svn://svn.anope.org/anope/trunk@208 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@150 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'extern.h')
-rw-r--r-- | extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -774,7 +774,7 @@ E void wallops(const char *source, const char *fmt, ...) E void notice(const char *source, const char *dest, const char *fmt, ...) FORMAT(printf,3,4); -E void notice_server(const char *source, Server * s, const char *fmt, ...) +E void notice_server(const char *source, Server *s, const char *fmt, ...) FORMAT(printf,3,4); E void notice_user(const char *source, User *u, const char *fmt, ...) FORMAT(printf,3,4); |