mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Make channel event functions static again
This commit is contained in:
parent
0edb64c4dc
commit
b11932d24f
2 changed files with 5 additions and 8 deletions
|
|
@ -3,10 +3,7 @@
|
|||
|
||||
#include "irc.h"
|
||||
|
||||
/* Not private for tests. */
|
||||
void event_topic_get(IRC_SERVER_REC *, const char *);
|
||||
void event_topic(IRC_SERVER_REC *, const char *,
|
||||
const char *, const char *);
|
||||
void event_topic_info(IRC_SERVER_REC *, const char *);
|
||||
void channel_events_init(void);
|
||||
void channel_events_deinit(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue