ソースを参照

http.h obsoleted (no content)

tags/v0.9.3
Michael Brown 20年前
コミット
d5bf9e71ea
2個のファイルの変更0行の追加8行の削除
  1. 0
    1
      src/core/main.c
  2. 0
    7
      src/include/http.h

+ 0
- 1
src/core/main.c ファイルの表示

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

+ 0
- 7
src/include/http.h ファイルの表示

@@ -1,7 +0,0 @@
1
-#ifndef HTTP_H
2
-#define HTTP_H
3
-
4
-extern int http(const char *url,
5
-	       int (*fnc)(unsigned char *, unsigned int, unsigned int, int));
6
-
7
-#endif /* HTTP_H */

読み込み中…
キャンセル
保存