diff options
Diffstat (limited to 'fs/9p/9p.h')
-rw-r--r-- | fs/9p/9p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/9p/9p.h b/fs/9p/9p.h index 007ff639777d..0cd374d94717 100644 --- a/fs/9p/9p.h +++ b/fs/9p/9p.h | |||
@@ -340,9 +340,6 @@ struct v9fs_fcall { | |||
340 | fcall?fcall->params.rerror.error.len:0, \ | 340 | fcall?fcall->params.rerror.error.len:0, \ |
341 | fcall?fcall->params.rerror.error.str:""); | 341 | fcall?fcall->params.rerror.error.str:""); |
342 | 342 | ||
343 | char *v9fs_str_copy(char *buf, int buflen, struct v9fs_str *str); | ||
344 | int v9fs_str_compare(char *buf, struct v9fs_str *str); | ||
345 | |||
346 | int v9fs_t_version(struct v9fs_session_info *v9ses, u32 msize, | 343 | int v9fs_t_version(struct v9fs_session_info *v9ses, u32 msize, |
347 | char *version, struct v9fs_fcall **rcall); | 344 | char *version, struct v9fs_fcall **rcall); |
348 | 345 | ||