d09f6b3016
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
10 lines
185 B
C++
10 lines
185 B
C++
#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__
|