comparison src/streambrowser/xiph.h @ 2891:c27da2c06805

initial code for bookmarks
author Calin Crisan ccrisan@gmail.com
date Tue, 12 Aug 2008 23:49:32 +0200
parents 587b3657990d
children
comparison
equal deleted inserted replaced
2890:5e97b55f87cf 2891:c27da2c06805
28 #define XIPH_STREAMDIR_URL "http://dir.xiph.org/yp.xml" 28 #define XIPH_STREAMDIR_URL "http://dir.xiph.org/yp.xml"
29 #define XIPH_TEMP_FILENAME "file:///tmp/xiph_yp.xml" 29 #define XIPH_TEMP_FILENAME "file:///tmp/xiph_yp.xml"
30 30
31 31
32 gboolean xiph_streaminfo_fetch(category_t *category, streaminfo_t *streaminfo); 32 gboolean xiph_streaminfo_fetch(category_t *category, streaminfo_t *streaminfo);
33 gboolean xiph_category_fetch(category_t *category); 33 gboolean xiph_category_fetch(streamdir_t *streamdir, category_t *category);
34 streamdir_t* xiph_streamdir_fetch(); 34 streamdir_t* xiph_streamdir_fetch();
35 35
36 36
37 #endif // SHOUTCAST_H 37 #endif // SHOUTCAST_H
38 38