1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/src/fe-text/textbuffer-reformat.h
2001-07-15 13:13:46 +00:00

10 lines
217 B
C

#ifndef __TEXTBUFFER_REFORMAT_H
#define __TEXTBUFFER_REFORMAT_H
void textbuffer_reformat_line(WINDOW_REC *window, LINE_REC *line);
void textbuffer_reformat_init(void);
void textbuffer_reformat_deinit(void);
#endif