Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[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