diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libirecovery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index 801ad88..7c424f6 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h | |||
| @@ -49,3 +49,4 @@ int irecv_reset(irecv_device* device); | |||
| 49 | int irecv_close(irecv_device* device); | 49 | int irecv_close(irecv_device* device); |
| 50 | int irecv_send_file(irecv_device* device, const char* filename); | 50 | int irecv_send_file(irecv_device* device, const char* filename); |
| 51 | int irecv_send_command(irecv_device* device, const char* command); | 51 | int irecv_send_command(irecv_device* device, const char* command); |
| 52 | int irecv_send_buffer(irecv_device* device, unsigned char* buffer, int length); | ||
