Added SILC Thread Queue API
[crypto.git] / apps / irssi / src / fe-text / textbuffer-reformat.h
1 #ifndef __TEXTBUFFER_REFORMAT_H
2 #define __TEXTBUFFER_REFORMAT_H
3
4 void textbuffer_reformat_line(WINDOW_REC *window, LINE_REC *line);
5
6 void textbuffer_reformat_init(void);
7 void textbuffer_reformat_deinit(void);
8
9 #endif