mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
Expose functions for testing
This commit is contained in:
parent
2d6033542e
commit
2ccb312b8b
3 changed files with 17 additions and 3 deletions
12
src/irc/core/channel-events.h
Normal file
12
src/irc/core/channel-events.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef __CHANNEL_EVENTS_H
|
||||
#define __CHANNEL_EVENTS_H
|
||||
|
||||
#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 *);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue