summaryrefslogtreecommitdiff
path: root/lib/common/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/Utils.h')
-rw-r--r--lib/common/Utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common/Utils.h b/lib/common/Utils.h
index 25b90e74..8d98a520 100644
--- a/lib/common/Utils.h
+++ b/lib/common/Utils.h
@@ -15,6 +15,8 @@
#include "MemLeakFindOn.h"
+std::string GetBoxBackupVersion();
+
void SplitString(const std::string &String, char SplitOn, std::vector<std::string> &rOutput);
#ifdef SHOW_BACKTRACE_ON_EXCEPTION