소스 검색

Protocols get passed a pointer to the filename portion as well as just the

URL.
tags/v0.9.3
Michael Brown 20 년 전
부모
커밋
06634dc386
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/include/proto.h

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

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

Loading…
취소
저장