commit 812d9e6f54b949275e9a4900939898ff2cc0a196 parent c02bc16b4b963327a66f7455c23665f55d63b398 Author: rsc <devnull@localhost> Date: Sun, 25 Jun 2006 23:50:09 +0000 plumbunmount Diffstat:
M | include/plumb.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/plumb.h b/include/plumb.h @@ -55,6 +55,7 @@ void plumbfree(Plumbmsg*); char* plumblookup(Plumbattr*, char*); int plumbopen(char*, int); int eplumb(int, char*); +int plumbunmount(void); #ifdef _9PCLIENT_H_ CFid* plumbopenfid(char*, int);