about summary refs log tree commit diff
path: root/ircd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ircd.h')
-rw-r--r--ircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ircd.h b/ircd.h
index 8def73a..0cb20dc 100644
--- a/ircd.h
+++ b/ircd.h
@@ -98,6 +98,7 @@ int parse_message(char *buf, struct Message *msg);
 int handle(struct Peer *peer);
 int reply(const struct Peer *peer, int number, ...);
 Handler *find(const char *command);
+void announce(struct Peer *peer, const char *fmt, ...);
 int writef(int fd, const char *fmt, ...);
 int writechanf(const struct Peer *except, const struct Channel *channel, const char *fmt, ...);
 void ircd(void);