diff options
author | Martin Szulecki | 2014-10-22 20:48:00 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-22 22:21:06 +0200 |
commit | 067c7c682614fbf0b7aeb13fd8b8ba7dc4fd8bf2 (patch) | |
tree | 0330ac9d1dee43f6fbefd85c684d1dab3ad4220f /common/utils.h | |
parent | 744ffa6da4839f4118b585f942985b3330ad3a32 (diff) | |
download | libimobiledevice-067c7c682614fbf0b7aeb13fd8b8ba7dc4fd8bf2.tar.gz libimobiledevice-067c7c682614fbf0b7aeb13fd8b8ba7dc4fd8bf2.tar.bz2 |
common: Share idevicebackup helper string_build_path() from utils
Diffstat (limited to 'common/utils.h')
-rw-r--r-- | common/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |