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 2f6beb3..dd854cb 100644 --- a/src/common.h +++ b/src/common.h @@ -144,6 +144,8 @@ void idevicerestore_progress(struct idevicerestore_client_t* client, int step, d char* strsep(char** strp, const char* delim); #endif +void get_user_input(char *buf, int maxlen, int secure); + #ifdef __cplusplus } #endif |