summaryrefslogtreecommitdiffstats
path: root/src/include/http.h
blob: cc1bfdfe83ab10a6084cd39f8baaf637357b96cf (plain) (blame)
1
2
3
4
5
6
7
#ifndef HTTP_H
#define HTTP_H

extern int http(const char *url,
	       int (*fnc)(unsigned char *, unsigned int, unsigned int, int));

#endif /* HTTP_H */