diff Core/Toolbox.h @ 1430:ad94a3583b07

Plugins can send answers as multipart messages
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 Jun 2015 17:47:34 +0200
parents 97268448bdfc
children 8dc80ba768aa
line wrap: on
line diff
--- a/Core/Toolbox.h	Mon Jun 29 14:43:08 2015 +0200
+++ b/Core/Toolbox.h	Mon Jun 29 17:47:34 2015 +0200
@@ -160,5 +160,8 @@
 
     void CopyJsonWithoutComments(Json::Value& target,
                                  const Json::Value& source);
+
+    bool StartsWith(const std::string& str,
+                    const std::string& prefix);
   }
 }