00001 #ifndef HTTPGET_H 00002 #define HTTPGET_H 00003 00004 extern void http_get(const char *url); 00005 00006 #endif