浏览代码

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,

正在加载...
取消
保存