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

src/libutil/util.h

index ab677210e043b10c452d8055007aac01ee83d722..a1b4f95bb2a5c60d139c8a84c9a1e33700370473 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