diff options
| author | 2010-05-14 16:40:51 -0400 | |
|---|---|---|
| committer | 2010-05-14 16:40:51 -0400 | |
| commit | ebaf0a72d826a4c8f09d965cd2863d1848a999db (patch) | |
| tree | 967b1a5e7abc5987e2bf4c5f4fcaeb93d606d42f /include/libirecovery.h | |
| parent | 6eb576e410695832ad29b93c7c2f3110495ca114 (diff) | |
| download | libirecovery-ebaf0a72d826a4c8f09d965cd2863d1848a999db.tar.gz libirecovery-ebaf0a72d826a4c8f09d965cd2863d1848a999db.tar.bz2 | |
added irecv_send_buffer() to lib header and simplified some packet math
Diffstat (limited to 'include/libirecovery.h')
| -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); | ||
