commit 13fd89975deeee8d1a435bfae9de41422cbac6c5
Author: Christophe Fergeau <[email protected]>
Date: Tue Nov 17 01:03:21 2009 +0100
add G_GNUC_INTERNAL marker to exported functions
tools/ipod-lockdown.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/tools/ipod-lockdown.c b/tools/ipod-lockdown.c
index c077d1a..62d65c5 100644
--- a/tools/ipod-lockdown.c
+++ b/tools/ipod-lockdown.c
@@ -37,7 +37,7 @@
extern char *read_sysinfo_extended_by_uuid (const char *uuid);
extern gboolean iphone_write_sysinfo_extended (const char *uuid, const char
*xml);
-char *
+G_GNUC_INTERNAL char *
read_sysinfo_extended_by_uuid (const char *uuid)
{
lockdownd_client_t client = NULL;
@@ -117,7 +117,8 @@ read_sysinfo_extended_by_uuid (const char *uuid)
return gxml;
}
-gboolean iphone_write_sysinfo_extended (const char *uuid, const char *xml)
+G_GNUC_INTERNAL gboolean
+iphone_write_sysinfo_extended (const char *uuid, const char *xml)
{
lockdownd_client_t client = NULL;
iphone_device_t device = NULL;
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2