Returned back declaration I've mistakenly removed.
This commit is contained in:
parent
62d289465f
commit
7118180f5a
|
@ -28,6 +28,7 @@ void free_monitor(struct monitor *);
|
||||||
|
|
||||||
void init_monitor(void);
|
void init_monitor(void);
|
||||||
struct monitor *find_monitor(const char *name, int add);
|
struct monitor *find_monitor(const char *name, int add);
|
||||||
|
void clear_monitor(struct Client *);
|
||||||
|
|
||||||
void monitor_signon(struct Client *);
|
void monitor_signon(struct Client *);
|
||||||
void monitor_signoff(struct Client *);
|
void monitor_signoff(struct Client *);
|
||||||
|
|
Loading…
Reference in New Issue