mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-16 08:11:31 +00:00
8 lines
156 B
C
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 */
|