diff src/demac/apev2.h @ 2196:dfa3c3aa2dc7

switched to mowgli_dictionary from GHashTable
author Eugene Zagidullin <e.asphyx@gmail.com>
date Thu, 29 Nov 2007 03:09:13 +0300
parents cc5e9ec110a4
children 8b3c2fe608c9
line wrap: on
line diff
--- a/src/demac/apev2.h	Wed Nov 28 18:15:40 2007 +0100
+++ b/src/demac/apev2.h	Thu Nov 29 03:09:13 2007 +0300
@@ -1,9 +1,9 @@
 #ifndef APEV2_H
 #define APEV2_H
 
-#include <glib.h>
+#include <mowgli.h>
 #include <audacious/vfs.h>
 
-GHashTable* parse_apev2_tag(VFSFile *vfd);
+mowgli_dictionary_t* parse_apev2_tag(VFSFile *vfd);
 
 #endif