commit | 812d9e6f54b949275e9a4900939898ff2cc0a196 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Jun 25 23:50:09 2006 +0000 |
committer | rsc <devnull@localhost> | Sun Jun 25 23:50:09 2006 +0000 |
tree | 5797e7b802c8f76dd8fd065e49a09df0ff757278 | |
parent | c02bc16b4b963327a66f7455c23665f55d63b398 [diff] |
plumbunmount
diff --git a/include/plumb.h b/include/plumb.h index 20bfcd7..484042e 100644 --- a/include/plumb.h +++ b/include/plumb.h
@@ -55,6 +55,7 @@ char* plumblookup(Plumbattr*, char*); int plumbopen(char*, int); int eplumb(int, char*); +int plumbunmount(void); #ifdef _9PCLIENT_H_ CFid* plumbopenfid(char*, int);