summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index b6873a2..5568930 100644
--- a/src/common.h
+++ b/src/common.h
@@ -171,6 +171,8 @@ void print_progress_bar(double progress);
int read_file(const char* filename, void** data, size_t* size);
int write_file(const char* filename, const void* data, size_t size);
+char *generate_guid();
+
extern struct idevicerestore_client_t* idevicerestore;
#ifdef __cplusplus