File: http.h

package info (click to toggle)
xmms-speex 0.9.2b-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 248 kB
  • ctags: 144
  • sloc: ansic: 1,700; makefile: 77
file content (13 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __HTTP_H__
#define __HTTP_H__

extern int speex_http_open(char *url);
extern int speex_http_read(gpointer data, gint length);
extern void speex_http_close(void);

/* Unused so far
gchar *vorbis_http_get_title(gchar *url);
gint vorbis_http_get_ice_bitrate(void);
*/

#endif  /* __HTTP_H__ */