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/property_list_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/property_list_service.h') diff --git a/src/property_list_service.h b/src/property_list_service.h index 70d8793..037f9aa 100644 --- a/src/property_list_service.h +++ b/src/property_list_service.h @@ -32,11 +32,11 @@ #define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256 -struct property_list_service_client_int { +struct property_list_service_client_private { idevice_connection_t connection; }; -typedef struct property_list_service_client_int *property_list_service_client_t; +typedef struct property_list_service_client_private *property_list_service_client_t; typedef int16_t property_list_service_error_t; -- cgit v1.1-32-gdbae