aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/str.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/str.h')
-rw-r--r--tests/libsample/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libsample/str.h b/tests/libsample/str.h
index 65fc18349..38b41db60 100644
--- a/tests/libsample/str.h
+++ b/tests/libsample/str.h
@@ -66,5 +66,7 @@ LIBSAMPLE_API Str operator+(int number, const Str& str);
LIBSAMPLE_API unsigned int strHash(const Str& str);
typedef Str PStr;
+LIBSAMPLE_API void changePStr(PStr* pstr, const char* suffix);
+LIBSAMPLE_API void duplicatePStr(PStr* pstr = 0);
#endif // STR_H