diff options
Diffstat (limited to 'include/net/9p/conn.h')
-rw-r--r-- | include/net/9p/conn.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/9p/conn.h b/include/net/9p/conn.h index 583b6a2cb3df..756d8784f953 100644 --- a/include/net/9p/conn.h +++ b/include/net/9p/conn.h | |||
@@ -42,8 +42,8 @@ struct p9_req; | |||
42 | */ | 42 | */ |
43 | typedef void (*p9_conn_req_callback)(struct p9_req *req, void *a); | 43 | typedef void (*p9_conn_req_callback)(struct p9_req *req, void *a); |
44 | 44 | ||
45 | struct p9_conn *p9_conn_create(struct p9_transport *trans, int msize, | 45 | struct p9_conn *p9_conn_create(struct p9_trans *trans, int msize, |
46 | unsigned char *dotu); | 46 | unsigned char *dotu); |
47 | void p9_conn_destroy(struct p9_conn *); | 47 | void p9_conn_destroy(struct p9_conn *); |
48 | int p9_conn_rpc(struct p9_conn *m, struct p9_fcall *tc, struct p9_fcall **rc); | 48 | int p9_conn_rpc(struct p9_conn *m, struct p9_fcall *tc, struct p9_fcall **rc); |
49 | 49 | ||