http.h revision 677833bc953b6cb418c701facbdcf4aa18d6c44e
#ifndef HTTP_H
#define HTTP_H
extern int http(const char *url,
int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
#endif /* HTTP_H */