]> jfr.im git - irc.git/blame - software/ircd/www.irc.org/ftp/irc/clients/vms/ircII-for-vms/notify.h
init
[irc.git] / software / ircd / www.irc.org / ftp / irc / clients / vms / ircII-for-vms / notify.h
CommitLineData
3bd189cb
JR
1#ifndef I_NOTIFY
2#define I_NOTIFY
3
4typedef struct notify_node *notify_ptr;
5
6extern notify_ptr copy_notify_list(notify_ptr notifylist);
7extern void notify(server_ptr srv, char *str);
8extern void send_notify(server_ptr srv);
9extern void han_notify(server_ptr srv, char *str);
10extern void save_notify(FILE *fp);
11extern void reset_notify(notify_ptr lst);
12#endif