summaryrefslogtreecommitdiff
path: root/src/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-08 23:57:56 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-08 23:57:56 +0200
commit418736c65c97cdc6ca4910e1e8650e474cb12849 (patch)
treec5d85988440500689a3106490abbeb1b888bcf95 /src/utilities.h
parent5ea554f9494093cf070559f47e777df13b6bc423 (diff)
merged with miranda_ng main repo
"boosted" process management evnt_to_db/history>actual_sending logic to avoid srmm problem
Diffstat (limited to 'src/utilities.h')
-rwxr-xr-xsrc/utilities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utilities.h b/src/utilities.h
index 508a241..eaa7ef7 100755
--- a/src/utilities.h
+++ b/src/utilities.h
@@ -105,5 +105,6 @@ void fix_line_term(std::wstring &s);
void strip_line_term(std::wstring &s);
void strip_line_term(std::string &s);
void strip_tags(std::wstring &s);
+void clean_temp_dir();
#endif