summaryrefslogtreecommitdiff
path: root/libs/pbd3/pbd/strsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd3/pbd/strsplit.h')
-rw-r--r--libs/pbd3/pbd/strsplit.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/pbd3/pbd/strsplit.h b/libs/pbd3/pbd/strsplit.h
new file mode 100644
index 0000000000..e55ad1c825
--- /dev/null
+++ b/libs/pbd3/pbd/strsplit.h
@@ -0,0 +1,9 @@
+#ifndef __pbd_strplit_h__
+#define __pbd_strplit_h__
+
+#include <string>
+#include <vector>
+
+extern void split (std::string, std::vector<std::string>&, char);
+
+#endif // __pbd_strplit_h__