r269@gandalf: fugalh | 2006-08-03 20:18:05 -0600
[ardour.git] / libs / pbd / pbd / whitespace.h
1 #ifndef __pbd_whitespace_h__
2 #define __pbd_whitespace_h__
3
4 #include <string>
5
6 extern void strip_whitespace_edges (std::string& str);
7
8 #endif // __pbd_whitespace_h__