mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 21:52:17 +02:00
9 lines
217 B
C
9 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
|