summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'utilities.h')
-rwxr-xr-xutilities.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utilities.h b/utilities.h
index 30e9f68..739495a 100755
--- a/utilities.h
+++ b/utilities.h
@@ -100,5 +100,9 @@ public:
}
};
void HistoryLog(HANDLE, db_event);
+void fix_line_term(std::string &s);
+void fix_line_term(std::wstring &s);
+void strip_line_term(std::wstring &s);
+void strip_line_term(std::string &s);
#endif