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 efa94f9..2f6beb3 100644 --- a/src/common.h +++ b/src/common.h @@ -136,6 +136,8 @@ char *generate_guid(void); int mkdir_with_parents(const char *dir, int mode); +char *get_temp_filename(const char *prefix); + void idevicerestore_progress(struct idevicerestore_client_t* client, int step, double progress); #ifndef HAVE_STRSEP |