comparison 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
comparison
equal deleted inserted replaced
2195:9773d2c69857 2196:dfa3c3aa2dc7
1 #ifndef APEV2_H 1 #ifndef APEV2_H
2 #define APEV2_H 2 #define APEV2_H
3 3
4 #include <glib.h> 4 #include <mowgli.h>
5 #include <audacious/vfs.h> 5 #include <audacious/vfs.h>
6 6
7 GHashTable* parse_apev2_tag(VFSFile *vfd); 7 mowgli_dictionary_t* parse_apev2_tag(VFSFile *vfd);
8 8
9 #endif 9 #endif