diff src/audacious/util.h @ 4278:0a9e1d9eae7b

Fix some warnings.
author William Pitcock <nenolod@atheme.org>
date Mon, 11 Feb 2008 03:57:30 -0600
parents a41fb6bc632a
children ac1f6d211223
line wrap: on
line diff
--- a/src/audacious/util.h	Mon Feb 11 05:35:58 2008 +0100
+++ b/src/audacious/util.h	Mon Feb 11 03:57:30 2008 -0600
@@ -108,7 +108,7 @@
 SAD_sample_format sadfmt_from_afmt(AFormat fmt);
 
 /* minimizes number of realloc's */
-void* smart_realloc(void *ptr, size_t *size);
+gpointer smart_realloc(gpointer ptr, gsize *size);
 
 G_END_DECLS