From 535af4c6a44c1dcf36d2da1ef0d33c69763bd186 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 16 Mar 2010 02:47:27 +0100 Subject: Rename the *_int to *_private for better semantic and fix public typedefs This changes the typedef logic slightly for the public headers in order for doxygen to correctly pickup and enable the client struct documentation. --- src/afc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afc.h') diff --git a/src/afc.h b/src/afc.h index 07df1ec..abf38e3 100644 --- a/src/afc.h +++ b/src/afc.h @@ -52,7 +52,7 @@ typedef struct { uint64_t filehandle, size; } AFCFilePacket; -struct afc_client_int { +struct afc_client_private { idevice_connection_t connection; AFCPacket *afc_packet; int file_handle; -- cgit v1.1-32-gdbae