소스 검색

http.h obsoleted (no content)

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
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 */

Loading…
취소
저장