mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +01:00
9 lines
165 B
C
9 lines
165 B
C
|
|
#ifndef __pbd_whitespace_h__
|
||
|
|
#define __pbd_whitespace_h__
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
extern void strip_whitespace_edges (std::string& str);
|
||
|
|
|
||
|
|
#endif // __pbd_whitespace_h__
|