mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Move the function prototypes in a separate header
This commit is contained in:
parent
57d645f246
commit
4346c2a6d4
5 changed files with 57 additions and 52 deletions
|
|
@ -28,13 +28,11 @@
|
|||
|
||||
#include "themes.h"
|
||||
#include "fe-irc-server.h"
|
||||
#include "fe-irc-channels.h"
|
||||
|
||||
void fe_irc_modules_init(void);
|
||||
void fe_irc_modules_deinit(void);
|
||||
|
||||
void fe_irc_channels_init(void);
|
||||
void fe_irc_channels_deinit(void);
|
||||
|
||||
void fe_irc_queries_init(void);
|
||||
void fe_irc_queries_deinit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue