summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/utils.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-18 14:45:06 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-18 14:45:06 +0300
commit0cc825103d88bc5b9033e2b4865c40b9e9d53383 (patch)
tree30c91964404c7a3ed923959b8531bf8c29f6cae7 /plugins/NewStory/src/utils.h
parentd92bc4c8184313d4963bce815b8c50c33684d07d (diff)
fixes #3645 (NewStory: не копировать теги при копировании текста)
Diffstat (limited to 'plugins/NewStory/src/utils.h')
-rw-r--r--plugins/NewStory/src/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewStory/src/utils.h b/plugins/NewStory/src/utils.h
index 07dd85da44..9e9c74b55b 100644
--- a/plugins/NewStory/src/utils.h
+++ b/plugins/NewStory/src/utils.h
@@ -3,3 +3,5 @@ bool CheckFilter(wchar_t *buf, wchar_t *filter);
HMENU NSMenu_Build(struct ItemData *item);
bool NSMenu_Process(int iCommand, struct NewstoryListData *data);
+
+void RemoveBbcodes(wchar_t *pwszText);