[Vortex] missing BEGIN_C_DECLS in vortex.h

Sam Roberts sroberts at uniserve.com
Sat Oct 7 04:03:30 CEST 2006


Cheers,
Sam

% svn diff src
Index: src/vortex.h
===================================================================
--- src/vortex.h        (revision 2308)
+++ src/vortex.h        (working copy)
@@ -153,6 +153,8 @@
 #define vortex_log(domain, level, message, ...) /* nothing */
 #endif
 
+BEGIN_C_DECLS
+
 gboolean vortex_init                 ();
 
 void     vortex_exit                 ();
@@ -165,5 +167,7 @@
 
 void     vortex_color_log_enable     (gboolean status);
 
+END_C_DECLS
+
 /* @} */
 #endif




More information about the Vortex mailing list