summaryrefslogtreecommitdiffstats
path: root/common/utils.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-22 20:52:02 +0200
committerGravatar Martin Szulecki2014-10-22 22:21:06 +0200
commit57538472cb86d6b376f933e9e416eb769f7c00b7 (patch)
treee0cff41e2924c759295526e37d43086db664eb19 /common/utils.h
parent067c7c682614fbf0b7aeb13fd8b8ba7dc4fd8bf2 (diff)
downloadlibimobiledevice-57538472cb86d6b376f933e9e416eb769f7c00b7.tar.gz
libimobiledevice-57538472cb86d6b376f933e9e416eb769f7c00b7.tar.bz2
common: Move string_toupper() helper to utils and use it in idevicebackup tools
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/utils.h b/common/utils.h
index 96e6ba2..5cd4a53 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -38,6 +38,7 @@ char *stpcpy(char *s1, const char *s2);
#endif
char *string_concat(const char *str, ...);
char *string_build_path(const char *elem, ...);
+char *string_toupper(char *str);
char *generate_uuid();
void buffer_read_from_filename(const char *filename, char **buffer, uint64_t *length);