From 494ff699d6754661e86a96707940d27c652816ca Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Fri, 27 Sep 2013 12:02:20 +0200 Subject: common/debug: remove inline from debug functions to make clang happy --- common/debug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/debug.h') 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 @@ #define debug_plist(a) #endif -LIBIMOBILEDEVICE_INTERNAL inline void debug_info_real(const char *func, +LIBIMOBILEDEVICE_INTERNAL void debug_info_real(const char *func, const char *file, int line, const char *format, ...); -LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer(const char *data, const int length); -LIBIMOBILEDEVICE_INTERNAL inline void debug_buffer_to_file(const char *file, const char *data, const int length); -LIBIMOBILEDEVICE_INTERNAL inline void debug_plist_real(const char *func, +LIBIMOBILEDEVICE_INTERNAL void debug_buffer(const char *data, const int length); +LIBIMOBILEDEVICE_INTERNAL void debug_buffer_to_file(const char *file, const char *data, const int length); +LIBIMOBILEDEVICE_INTERNAL void debug_plist_real(const char *func, const char *file, int line, plist_t plist); -- cgit v1.1-32-gdbae