diff options
| author | 2010-03-15 19:06:23 +0100 | |
|---|---|---|
| committer | 2010-03-15 19:12:39 +0100 | |
| commit | 2aae49b31f77845cc03ec8057ae4eae65495fe01 (patch) | |
| tree | 84ae919c4f256cd2c158996624f589564721bcf8 | |
| parent | 3bf2e8f38181d9aaff86539b60e5e4fdb1292e5c (diff) | |
| download | libimobiledevice-2aae49b31f77845cc03ec8057ae4eae65495fe01.tar.gz libimobiledevice-2aae49b31f77845cc03ec8057ae4eae65495fe01.tar.bz2 | |
Removed obsolete AFCToken struct
| -rw-r--r-- | src/afc.h | 5 | 
1 files changed, 0 insertions, 5 deletions
| @@ -52,11 +52,6 @@ typedef struct {  	uint64_t filehandle, size;  } AFCFilePacket; -typedef struct __AFCToken { -	struct __AFCToken *last, *next; -	char *token; -} AFCToken; -  struct afc_client_int {  	idevice_connection_t connection;  	AFCPacket *afc_packet; | 
