Linux cmake file
[opsoft.git] / gclib2 / include / http.h
blobb19ca1b0bdce908660ff23a14c9dabf90ee03352
1 /*
2 * (c) Oleg Puchinin 2007,2008
3 * graycardinalster@gmail.com
5 */
7 #ifndef DEFINE_HTTP_H
8 #define DEFINE_HTTP_H
10 char * http_get (char * url, int * size);
12 #endif