diff options
Diffstat (limited to 'src/include/http.h')
| -rw-r--r-- | src/include/http.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/http.h b/src/include/http.h new file mode 100644 index 000000000..cc1bfdfe8 --- /dev/null +++ b/src/include/http.h @@ -0,0 +1,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 */ |
