Incorporate rosapps. 0.3.15 was branched somewhat incorrectly so rosapps is not synce...
[reactos.git] / modules / rosapps / applications / sysutils / rosddt / http.h
1 #ifndef _HTTP_H_
2 #define _HTTP_H_
3
4 void *http_get(wchar_t *url, u_long *d_size);
5 void *http_post(wchar_t *url, void *data, int size, u_long *d_size);
6
7 #endif