http.h
1 #ifndef HTTP_H
2 #define HTTP_H 1
3 
4 
5 /* ========================================================================== */
6 /* Function prototypes */
7 
8 int http_download_file(const char*, const char*);
9 
10 
11 #endif /* HTTP_H */
12 
13 /* EOF */
http_download_file
int http_download_file(const char *, const char *)
Download file from WWW via HTTP.
Definition: http.c:880

Generated at 2024-04-27 using  doxygen