summaryrefslogtreecommitdiffstats
path: root/src/include/http.h
diff options
context:
space:
mode:
authorMichael Brown2005-03-08 19:53:11 +0100
committerMichael Brown2005-03-08 19:53:11 +0100
commit3d6123e69ab879c72ff489afc5bf93ef0b7a94ce (patch)
tree9f3277569153a550fa8d81ebd61bd88f266eb8da /src/include/http.h
downloadipxe-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.h7
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 */