comparison src/streambrowser/xiph.h @ 2889:6c53f9fa9029

Backed out changeset 59ff744e1e23
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Aug 2008 20:29:49 +0300
parents 587b3657990d
children c27da2c06805
comparison
equal deleted inserted replaced
2856:59ff744e1e23 2889:6c53f9fa9029
27 #define XIPH_ICON DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "xiph.png" 27 #define XIPH_ICON DATA_DIR G_DIR_SEPARATOR_S "images" G_DIR_SEPARATOR_S "xiph.png"
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_category_fetch(category_t *category); 33 gboolean xiph_category_fetch(category_t *category);
33 streamdir_t* xiph_streamdir_fetch(); 34 streamdir_t* xiph_streamdir_fetch();
34 35
35 36
36 #endif // SHOUTCAST_H 37 #endif // SHOUTCAST_H