diff options
Diffstat (limited to 'src/afc.h')
| -rw-r--r-- | src/afc.h | 5 |
1 files changed, 0 insertions, 5 deletions
| @@ -52,11 +52,6 @@ typedef struct { | |||
| 52 | uint64_t filehandle, size; | 52 | uint64_t filehandle, size; |
| 53 | } AFCFilePacket; | 53 | } AFCFilePacket; |
| 54 | 54 | ||
| 55 | typedef struct __AFCToken { | ||
| 56 | struct __AFCToken *last, *next; | ||
| 57 | char *token; | ||
| 58 | } AFCToken; | ||
| 59 | |||
| 60 | struct afc_client_int { | 55 | struct afc_client_int { |
| 61 | idevice_connection_t connection; | 56 | idevice_connection_t connection; |
| 62 | AFCPacket *afc_packet; | 57 | AFCPacket *afc_packet; |
