summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-03-20 22:06:26 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-03-20 22:06:26 +0300
commit335a494074e464e8f7f6e90f195bcd7339518a89 (patch)
tree6c45877f941ff83dea633a791c202f33edc87557 /plugins/NewStory/src/utils.h
parent33aa78b58cd86f9b8e38032ff157ff614c23d73c (diff)
initial smiley support
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r--plugins/NewStory/src/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h
index 35da06c39a..24b65beec1 100644
--- a/plugins/NewStory/src/utils.h
+++ b/plugins/NewStory/src/utils.h
@@ -9,5 +9,6 @@ bool NSMenu_Process(int iCommand, NewstoryListData *data);
int GetFontHeight(const LOGFONTA &lf);
+void ReplaceSmileys(MCONTACT hContact, CMStringA &str);
void UrlAutodetect(CMStringA &str);
void RemoveBbcodes(CMStringW &pwszText);