1d54b4d
Index: exo-0.3.4/exo/exo-utils.h
1d54b4d
===================================================================
1d54b4d
--- exo-0.3.4.orig/exo/exo-utils.h	2008-06-24 06:22:05.000000000 +0200
1d54b4d
+++ exo-0.3.4/exo/exo-utils.h	2008-06-24 06:22:10.000000000 +0200
1d54b4d
@@ -35,8 +35,6 @@
1d54b4d
 gpointer                exo_noop_null   (void) G_GNUC_PURE;
1d54b4d
 gboolean                exo_noop_true   (void) G_GNUC_PURE;
1d54b4d
 gboolean                exo_noop_false  (void) G_GNUC_PURE;
1d54b4d
-G_INLINE_FUNC void      exo_atomic_inc  (gint *value);
1d54b4d
-G_INLINE_FUNC gboolean  exo_atomic_dec  (gint *value);
1d54b4d
 
1d54b4d
 /* inline function implementations */
1d54b4d
 #if (defined(G_CAN_INLINE) && defined(__GNUC__) && defined(__i386__) && defined(__OPTIMIZE__)) || defined(__EXO_UTILS_C__)