david/ipxe
Archived
1
0

http.h obsoleted (no content)

This commit is contained in:
Michael Brown 2005-05-01 23:58:20 +00:00
parent f14af3d95c
commit d5bf9e71ea
2 changed files with 0 additions and 8 deletions

View File

@ -20,7 +20,6 @@ Literature dealing with the network protocols:
#include "dev.h" #include "dev.h"
#include "nic.h" #include "nic.h"
#include "disk.h" #include "disk.h"
#include "http.h"
#include "timer.h" #include "timer.h"
#include "cpu.h" #include "cpu.h"
#include "console.h" #include "console.h"

View File

@ -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 */