comparison src/mpg123/mpg123.h @ 471:dd5a28dc4254 trunk

[svn] - remove http.c
author nenolod
date Sun, 21 Jan 2007 02:15:05 -0800
parents 12346b051297
children 914c96de3244
comparison
equal deleted inserted replaced
470:220515815cf8 471:dd5a28dc4254
235 }; 235 };
236 236
237 237
238 #define AUSHIFT 3 238 #define AUSHIFT 3
239 239
240 /* ------ Declarations from "http.c" ------ */
241
242 extern int mpgdec_http_open(char *url, unsigned long rng);
243 int mpgdec_http_read(gpointer data, gsize length);
244 void mpgdec_http_close(void);
245 char *mpgdec_http_get_title(char *url);
246 int mpgdec_http_get_length(void);
247 void mpgdec_http_seek(long pos);
248
249 /* ------ Declarations from "common.c" ------ */ 240 /* ------ Declarations from "common.c" ------ */
250 extern unsigned int mpgdec_get1bit(void); 241 extern unsigned int mpgdec_get1bit(void);
251 extern unsigned int mpgdec_getbits(int); 242 extern unsigned int mpgdec_getbits(int);
252 extern unsigned int mpgdec_getbits_fast(int); 243 extern unsigned int mpgdec_getbits_fast(int);
253 244