FileDownloader.h

Committer:
FrankWeissenborn
Date:
2011-01-27
Revision:
2:0e9a10f2b8c5
Parent:
0:d9d38ebc0f69

File content as of revision 2:0e9a10f2b8c5:

#ifndef __FILE_DOWNLOADER_H
#define __FILE_DOWNLOADER_H

#include "HTTPClient.h"

HTTPResult GetFile(const char *uri, const char *filename, FILE *fp, char * buffer, int buffer_size);

#endif