diff options
| author | Michael Brown | 2005-05-02 01:58:20 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-05-02 01:58:20 +0200 |
| commit | d5bf9e71ead08c802d93e26ba4414a818c46148b (patch) | |
| tree | 632f916a18c548dde568d46709811052f89b3a1b /src | |
| parent | Protocol structure can now specify the default port. (diff) | |
| download | ipxe-d5bf9e71ead08c802d93e26ba4414a818c46148b.tar.gz ipxe-d5bf9e71ead08c802d93e26ba4414a818c46148b.tar.xz ipxe-d5bf9e71ead08c802d93e26ba4414a818c46148b.zip | |
http.h obsoleted (no content)
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/main.c | 1 | ||||
| -rw-r--r-- | src/include/http.h | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/core/main.c b/src/core/main.c index 8b65a0250..08f6d6a58 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -20,7 +20,6 @@ Literature dealing with the network protocols: #include "dev.h" #include "nic.h" #include "disk.h" -#include "http.h" #include "timer.h" #include "cpu.h" #include "console.h" diff --git a/src/include/http.h b/src/include/http.h deleted file mode 100644 index cc1bfdfe8..000000000 --- a/src/include/http.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef HTTP_H -#define HTTP_H - -extern int http(const char *url, - int (*fnc)(unsigned char *, unsigned int, unsigned int, int)); - -#endif /* HTTP_H */ |
