From 143a48bd42db0f7aa23517c6d7eec81f19fa9ce3 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 11 Aug 2008 23:12:21 +0200 Subject: use non anonymous structs so we can use opaque type on them --- include/libiphone/libiphone.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libiphone') diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index 9e559a1..7a4f224 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h @@ -30,8 +30,8 @@ extern "C" { -typedef struct iPhone *iPhone_t; -typedef struct lockdownd_client *lockdownd_client_t; +typedef struct iPhone_s *iPhone_t; +typedef struct lockdownd_client_s *lockdownd_client_t; void free_iPhone(iPhone_t victim); -- cgit v1.1-32-gdbae