mirror of https://github.com/ipxe/ipxe.git
http.h obsoleted (no content)
parent
f14af3d95c
commit
d5bf9e71ea
|
@ -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"
|
||||
|
|
|
@ -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 */
|
Loading…
Reference in New Issue