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