You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567
  1. #ifndef HTTP_H
  2. #define HTTP_H
  3. extern int http(const char *url,
  4. int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
  5. #endif /* HTTP_H */