7 lines
121 B
C
7 lines
121 B
C
#ifndef __DOWNLOAD_H
|
|
#define __DOWNLOAD_H
|
|
|
|
void UrlDownloadToString(const char * url, char * buffer, int * len);
|
|
|
|
#endif
|