Home Download Musics Developers
API Sources Tools File Format Technicals

istream68_curl.h File Reference


Detailed Description

cURL stream header.

Author:
benjamin gerard
Date:
2003/08/08
Id
istream68_curl.h,v 1.3 2003/10/29 06:50:41 benjihan Exp

#include "file68/istream68.h"

Go to the source code of this file.

cURL stream

cURL is a client-side URL transfer library.

For more informations see cURL website.

int istream_curl_init (void)
 Initialize curl engine.

void istream_curl_shutdown (void)
 Shutdown curl engine.

istream_tistream_curl_create (const char *url, int mode)
 Creates an URL based stream using cURL.