diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libirecovery.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index c94a3e6..342e99b 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -39,5 +39,7 @@ typedef struct { | |||
| 39 | 39 | ||
| 40 | int irecv_init(irecv_device** device); | 40 | int irecv_init(irecv_device** device); |
| 41 | int irecv_open(irecv_device* device); | 41 | int irecv_open(irecv_device* device); |
| 42 | int irecv_reset(irecv_device* device); | ||
| 42 | int irecv_close(irecv_device* device); | 43 | int irecv_close(irecv_device* device); |
| 43 | int irecv_exit(irecv_device* device); | 44 | int irecv_exit(irecv_device* device); |
| 45 | |||
