diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
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 |