mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
54000e1908
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3044 dbcabf3a-b0e7-0310-adc4-f8d773084564
13 lines
314 B
C
13 lines
314 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(WI_ITEM_REC *item, const char *text);
|
|
|
|
char *channel_get_nickmode(CHANNEL_REC *channel, const char *nick);
|
|
|
|
extern GHashTable *printnicks;
|
|
|
|
#endif
|