merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
[ardour.git] / libs / pbd / pbd / replace_all.h
1 #ifndef __pbd_replace_all_h__
2 #define __pbd_replace_all_h__
3
4 #include <string>
5
6 int replace_all (std::string& str, const std::string& target, const std::string& replacement);
7
8 #endif // __pbd_replace_all_h__