summaryrefslogtreecommitdiffstats
path: root/src/fe-common/core/fe-messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/fe-messages.h')
-rw-r--r--src/fe-common/core/fe-messages.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/fe-common/core/fe-messages.h b/src/fe-common/core/fe-messages.h
new file mode 100644
index 0000000..03f7da7
--- /dev/null
+++ b/src/fe-common/core/fe-messages.h
@@ -0,0 +1,12 @@
+#ifndef IRSSI_FE_COMMON_CORE_FE_MESSAGES_H
+#define IRSSI_FE_COMMON_CORE_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