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/mobile_image_mounter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mobile_image_mounter.c') diff --git a/src/mobile_image_mounter.c b/src/mobile_image_mounter.c index 88b6c47..9c50084 100644 --- a/src/mobile_image_mounter.c +++ b/src/mobile_image_mounter.c @@ -104,7 +104,7 @@ mobile_image_mounter_error_t mobile_image_mounter_new(idevice_t device, uint16_t return MOBILE_IMAGE_MOUNTER_E_CONN_FAILED; } - mobile_image_mounter_client_t client_loc = (mobile_image_mounter_client_t) malloc(sizeof(struct mobile_image_mounter_client_int)); + mobile_image_mounter_client_t client_loc = (mobile_image_mounter_client_t) malloc(sizeof(struct mobile_image_mounter_client_private)); client_loc->parent = plistclient; client_loc->mutex = g_mutex_new(); -- cgit v1.1-32-gdbae