diff options
Diffstat (limited to 'slv2/util.h')
-rw-r--r-- | slv2/util.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/slv2/util.h b/slv2/util.h index 60c5d4d..cba7af3 100644 --- a/slv2/util.h +++ b/slv2/util.h @@ -40,27 +40,6 @@ extern "C" { const char* slv2_uri_to_path(const char* uri); -/** Append \a suffix to \a *dst, reallocating \a dst as necessary. - * - * \a dst will (possibly) be freed, it must be dynamically allocated with malloc - * or NULL. - */ -void -slv2_strappend(char** dst, const char* suffix); - - -/** Join all arguments into one string. - * - * Arguments are not modified, return value must be free()'d. - */ -char* -slv2_strjoin(const char* first, ...); - - -char* -slv2_vstrjoin(const char** first, va_list args_list); - - /** @} */ #ifdef __cplusplus |