mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
8 lines
194 B
C
8 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
|