mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Forgot to call formats_init() / ..deinit()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@837 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d1330fff6d
commit
99a6645142
2 changed files with 6 additions and 0 deletions
|
|
@ -86,4 +86,7 @@ void format_send_to_gui(TEXT_DEST_REC *dest, const char *text);
|
|||
#define FORMAT_STYLE_DEFAULTS (0x05 + FORMAT_STYLE_SPECIAL)
|
||||
int format_expand_styles(GString *out, char format, TEXT_DEST_REC *dest);
|
||||
|
||||
void formats_init(void);
|
||||
void formats_deinit(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue