Frank Weissenborn / Shoutcast
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers FileDownloader.h Source File

FileDownloader.h

00001 #ifndef __FILE_DOWNLOADER_H
00002 #define __FILE_DOWNLOADER_H
00003 
00004 #include "HTTPClient.h"
00005 
00006 HTTPResult GetFile(const char *uri, const char *filename, FILE *fp, char * buffer, int buffer_size);
00007 
00008 #endif