summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/common/tvgStr.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/thorvg/src/common/tvgStr.h')
-rw-r--r--thirdparty/thorvg/src/common/tvgStr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/thorvg/src/common/tvgStr.h b/thirdparty/thorvg/src/common/tvgStr.h
index 9e5f9ba9b5..56fdf86fb2 100644
--- a/thirdparty/thorvg/src/common/tvgStr.h
+++ b/thirdparty/thorvg/src/common/tvgStr.h
@@ -31,6 +31,7 @@ namespace tvg
float strToFloat(const char *nPtr, char **endPtr); //convert to float
int str2int(const char* str, size_t n); //convert to integer
char* strDuplicate(const char *str, size_t n); //copy the string
+char* strAppend(char* lhs, const char* rhs, size_t n); //append the rhs to the lhs
char* strDirname(const char* path); //return the full directory name
}