diff options
Diffstat (limited to 'include/net/9p/client.h')
-rw-r--r-- | include/net/9p/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 1f17f3d93727..4012e07162e5 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
@@ -182,6 +182,7 @@ struct p9_fid { | |||
182 | struct list_head dlist; /* list of all fids attached to a dentry */ | 182 | struct list_head dlist; /* list of all fids attached to a dentry */ |
183 | }; | 183 | }; |
184 | 184 | ||
185 | int p9_client_version(struct p9_client *); | ||
185 | struct p9_client *p9_client_create(const char *dev_name, char *options); | 186 | struct p9_client *p9_client_create(const char *dev_name, char *options); |
186 | void p9_client_destroy(struct p9_client *clnt); | 187 | void p9_client_destroy(struct p9_client *clnt); |
187 | void p9_client_disconnect(struct p9_client *clnt); | 188 | void p9_client_disconnect(struct p9_client *clnt); |
@@ -206,6 +207,7 @@ int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); | |||
206 | struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); | 207 | struct p9_req_t *p9_tag_lookup(struct p9_client *, u16); |
207 | void p9_client_cb(struct p9_client *c, struct p9_req_t *req); | 208 | void p9_client_cb(struct p9_client *c, struct p9_req_t *req); |
208 | 209 | ||
210 | int p9_parse_header(struct p9_fcall *, int32_t *, int8_t *, int16_t *, int); | ||
209 | int p9stat_read(char *, int, struct p9_wstat *, int); | 211 | int p9stat_read(char *, int, struct p9_wstat *, int); |
210 | void p9stat_free(struct p9_wstat *); | 212 | void p9stat_free(struct p9_wstat *); |
211 | 213 | ||