]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix build with old glib
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 25 Sep 2016 16:14:00 +0000 (17:14 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 25 Sep 2016 16:14:00 +0000 (17:14 +0100)
src/libutil/util.h

index 946d9f09adeb36d418c99faeb475a23bbfa3256e..d3ef5e082f329e8bdf4d2976f4b1c70cebd2887b 100644 (file)
@@ -187,7 +187,7 @@ void g_queue_clear (GQueue *queue);
 void g_queue_free_full (GQueue *queue, GDestroyNotify free_func);
 #endif
 #if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 40))
-void g_ptr_array_insert (GPtrArray *array, gint index_, gpointer data)
+void g_ptr_array_insert (GPtrArray *array, gint index_, gpointer data);
 #endif
 
 /*