summaryrefslogtreecommitdiffstats
path: root/common/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug.h')
-rw-r--r--common/debug.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/debug.h b/common/debug.h
index b7cff80..3a66ee4 100644
--- a/common/debug.h
+++ b/common/debug.h
@@ -44,14 +44,14 @@
44#define debug_plist(a) 44#define debug_plist(a)
45#endif 45#endif
46 46
47LIBIMOBILEDEVICE_INTERNAL inline void debug_info_real(const char *func, 47LIBIMOBILEDEVICE_INTERNAL void debug_info_real(const char *func,
48 const char *file, 48 const char *file,
49 int line, 49 int line,
50 const char *format, ...); 50 const char *format, ...);
51 51
52LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(const char *data, const int length); 52LIBIMOBILEDEVICE_INTERNAL void debug_buffer(const char *data, const int length);
53LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer_to_file(const char *file, const char *data, const int length); 53LIBIMOBILEDEVICE_INTERNAL void debug_buffer_to_file(const char *file, const char *data, const int length);
54LIBIMOBILEDEVICE_INTERNAL inline void debug_plist_real(const char *func, 54LIBIMOBILEDEVICE_INTERNAL void debug_plist_real(const char *func,
55 const char *file, 55 const char *file,
56 int line, 56 int line,
57 plist_t plist); 57 plist_t plist);