summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'utilities.h')
-rwxr-xr-xutilities.h1
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