Home Download Musics Developers
API Sources Tools File Format Technicals

istream68_curl.h

Go to the documentation of this file.
00001 
00012 /* Copyright (C) 1998-2003 Benjamin Gerard */
00013 
00014 #ifndef _ISTREAM68_CURL_H_
00015 #define _ISTREAM68_CURL_H_
00016 
00017 #include "file68/istream68.h"
00018 
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022 
00044 int istream_curl_init(void);
00045 
00051 void istream_curl_shutdown(void);
00052 
00064 istream_t * istream_curl_create(const char * url, int mode);
00065 
00068 #ifdef __cplusplus
00069 }
00070 #endif
00071 
00072 #endif /* #define _ISTREAM68_CURL_H_ */