From 067c7c682614fbf0b7aeb13fd8b8ba7dc4fd8bf2 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 22 Oct 2014 20:48:00 +0200 Subject: common: Share idevicebackup helper string_build_path() from utils --- common/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/utils.h') diff --git a/common/utils.h b/common/utils.h index 388a793..96e6ba2 100644 --- a/common/utils.h +++ b/common/utils.h @@ -37,6 +37,7 @@ char *stpcpy(char *s1, const char *s2); #endif char *string_concat(const char *str, ...); +char *string_build_path(const char *elem, ...); char *generate_uuid(); void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length); -- cgit v1.1-32-gdbae