mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
fix something
This commit is contained in:
parent
82f8ee57c3
commit
bee057ff21
6 changed files with 76 additions and 26 deletions
|
|
@ -25,6 +25,8 @@ void chatnet_destroy(CHATNET_REC *chatnet);
|
|||
|
||||
/* Find the chat network by name */
|
||||
CHATNET_REC *chatnet_find(const char *name);
|
||||
/* Check if this chatnet is unavailable because the protocol is not loaded */
|
||||
gboolean chatnet_find_unavailable(const char *name);
|
||||
|
||||
void chatnets_init(void);
|
||||
void chatnets_deinit(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue