소스 검색

Protocols also take a pointer to a sockaddr_in.

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
55ae308821
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/include/proto.h

+ 2
- 1
src/include/proto.h 파일 보기

@@ -5,7 +5,8 @@
5 5
 
6 6
 struct protocol {
7 7
 	char *name;
8
-	int ( * load ) ( const char *name,
8
+	int ( * load ) ( char *url,
9
+			 struct sockaddr_in *server,
9 10
 			 int ( * process ) ( unsigned char *data,
10 11
 					     unsigned int blocknum,
11 12
 					     unsigned int len,

Loading…
취소
저장