diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-08 22:52:02 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-08 22:52:02 +0200 |
commit | dd4c07b6f71dc074dabef6b27e5dd4c49d882bb2 (patch) | |
tree | 27327c4d7f813ec03519bdc5068d83eb49b1ea45 /utilities.h | |
parent | 5657453dcc8626b9f7f13f7ade1eb3e5afa13cc8 (diff) |
merged with miranda_ng main repo
"boosted" process management
evnt_to_db/history>actual_sending logic to avoid srmm problem
Diffstat (limited to 'utilities.h')
-rwxr-xr-x | utilities.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h index 508a241..eaa7ef7 100755 --- a/utilities.h +++ b/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
|