Merged with trunk, and a few trivial GUI updates etc.
[ardour.git] / libs / pbd / pbd / strsplit.h
1 #ifndef __pbd_strplit_h__
2 #define __pbd_strplit_h__
3
4 #include <string>
5 #include <vector>
6
7 extern void split (std::string, std::vector<std::string>&, char);
8
9 #endif // __pbd_strplit_h__