diff options
| author | 2010-03-15 19:06:23 +0100 | |
|---|---|---|
| committer | 2010-03-15 19:12:39 +0100 | |
| commit | 2aae49b31f77845cc03ec8057ae4eae65495fe01 (patch) | |
| tree | 84ae919c4f256cd2c158996624f589564721bcf8 /src/afc.h | |
| parent | 3bf2e8f38181d9aaff86539b60e5e4fdb1292e5c (diff) | |
| download | libimobiledevice-2aae49b31f77845cc03ec8057ae4eae65495fe01.tar.gz libimobiledevice-2aae49b31f77845cc03ec8057ae4eae65495fe01.tar.bz2 | |
Removed obsolete AFCToken struct
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; |
