diff options
| author | Michael Brown | 2005-03-08 19:53:11 +0100 |
|---|---|---|
| committer | Michael Brown | 2005-03-08 19:53:11 +0100 |
| commit | 3d6123e69ab879c72ff489afc5bf93ef0b7a94ce (patch) | |
| tree | 9f3277569153a550fa8d81ebd61bd88f266eb8da /src/include/http.h | |
| download | ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.gz ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.xz ipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.zip | |
Initial revision
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 */ |
