mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-26 11:19:17 +00:00
http.h obsoleted (no content)
This commit is contained in:
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
Block a user