]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Add definition for old glib compatibility method rspamd-1.6
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 5 Jan 2018 15:59:05 +0000 (15:59 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 20 Feb 2018 14:07:20 +0000 (14:07 +0000)
Issue: #1956, #1978

src/libutil/util.h

index 7f6ccc2f631866dee823cc4879e2cfd3140eb1ca..81d29e6888137d42ccf9cfc7852dc04f9ec02eca 100644 (file)
@@ -190,6 +190,10 @@ void g_queue_free_full (GQueue *queue, GDestroyNotify free_func);
 #if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 40))
 void g_ptr_array_insert (GPtrArray *array, gint index_, gpointer data);
 #endif
+#if ((GLIB_MAJOR_VERSION == 2) && (GLIB_MINOR_VERSION < 30))
+GPtrArray* g_ptr_array_new_full (guint reserved_size,
+               GDestroyNotify element_free_func);
+#endif
 
 /*
  * Convert milliseconds to timeval fields