]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/9p/client.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6-omap-h63xx.git] / include / net / 9p / client.h
index 9fe45b32ce4a43c94763aa3779603c8cacbdbd3b..4012e07162e51e772081ad6af9261f52bd9a88cd 100644 (file)
@@ -182,6 +182,7 @@ struct p9_fid {
        struct list_head dlist; /* list of all fids attached to a dentry */
 };
 
+int p9_client_version(struct p9_client *);
 struct p9_client *p9_client_create(const char *dev_name, char *options);
 void p9_client_destroy(struct p9_client *clnt);
 void p9_client_disconnect(struct p9_client *clnt);