2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-05 19:15:05 +00:00
xNBA/src/include/http.h
2005-03-08 18:53:11 +00:00

8 lines
156 B
C

#ifndef HTTP_H
#define HTTP_H
extern int http(const char *url,
int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
#endif /* HTTP_H */