mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
9 lines
194 B
C
9 lines
194 B
C
|
#ifndef __FE_MESSAGES_H
|
||
|
#define __FE_MESSAGES_H
|
||
|
|
||
|
/* convert _underlined_ and *bold* words (and phrases) to use real
|
||
|
underlining or bolding */
|
||
|
char *expand_emphasis(const char *text);
|
||
|
|
||
|
#endif
|