From d5bf9e71ead08c802d93e26ba4414a818c46148b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 1 May 2005 23:58:20 +0000 Subject: [PATCH] http.h obsoleted (no content) --- src/core/main.c | 1 - src/include/http.h | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 src/include/http.h diff --git a/src/core/main.c b/src/core/main.c index 8b65a025..08f6d6a5 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 cc1bfdfe..00000000 --- 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 */