comparison libpurple/debug.h @ 32433:98520ee78f12

Use G_BEGIN/END_DECLS in public libpurple files. This was previously inconsistent. Sometimes there was even both the GLib macros and an extern "C" line.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 03 Jan 2012 23:32:59 +0000
parents 02a2e8183b1d
children
comparison
equal deleted inserted replaced
32432:79fdae8fa875 32433:98520ee78f12
57 void (*_purple_reserved2)(void); 57 void (*_purple_reserved2)(void);
58 void (*_purple_reserved3)(void); 58 void (*_purple_reserved3)(void);
59 void (*_purple_reserved4)(void); 59 void (*_purple_reserved4)(void);
60 } PurpleDebugUiOps; 60 } PurpleDebugUiOps;
61 61
62 #ifdef __cplusplus 62 G_BEGIN_DECLS
63 extern "C" {
64 #endif
65 63
66 /**************************************************************************/ 64 /**************************************************************************/
67 /** @name Debug API */ 65 /** @name Debug API */
68 /**************************************************************************/ 66 /**************************************************************************/
69 /** 67 /**
226 */ 224 */
227 void purple_debug_init(void); 225 void purple_debug_init(void);
228 226
229 /*@}*/ 227 /*@}*/
230 228
231 #ifdef __cplusplus 229 G_END_DECLS
232 }
233 #endif
234 230
235 #endif /* _PURPLE_DEBUG_H_ */ 231 #endif /* _PURPLE_DEBUG_H_ */