diff options
Diffstat (limited to 'include/net/9p/client.h')
-rw-r--r-- | include/net/9p/client.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 0adafdb273f0..9b9221a21392 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -57,8 +57,9 @@ struct p9_client *p9_client_create(struct p9_trans *trans, int msize, | |||
57 | void p9_client_destroy(struct p9_client *clnt); | 57 | void p9_client_destroy(struct p9_client *clnt); |
58 | void p9_client_disconnect(struct p9_client *clnt); | 58 | void p9_client_disconnect(struct p9_client *clnt); |
59 | struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, | 59 | struct p9_fid *p9_client_attach(struct p9_client *clnt, struct p9_fid *afid, |
60 | char *uname, char *aname); | 60 | char *uname, u32 n_uname, char *aname); |
61 | struct p9_fid *p9_client_auth(struct p9_client *clnt, char *uname, char *aname); | 61 | struct p9_fid *p9_client_auth(struct p9_client *clnt, char *uname, |
62 | u32 n_uname, char *aname); | ||
62 | struct p9_fid *p9_client_walk(struct p9_fid *oldfid, int nwname, char **wnames, | 63 | struct p9_fid *p9_client_walk(struct p9_fid *oldfid, int nwname, char **wnames, |
63 | int clone); | 64 | int clone); |
64 | int p9_client_open(struct p9_fid *fid, int mode); | 65 | int p9_client_open(struct p9_fid *fid, int mode); |