diff options
author | rsc <devnull@localhost> | 2006-06-25 23:50:09 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-06-25 23:50:09 +0000 |
commit | 812d9e6f54b949275e9a4900939898ff2cc0a196 (patch) | |
tree | 5797e7b802c8f76dd8fd065e49a09df0ff757278 | |
parent | c02bc16b4b963327a66f7455c23665f55d63b398 (diff) | |
download | plan9port-812d9e6f54b949275e9a4900939898ff2cc0a196.tar.gz plan9port-812d9e6f54b949275e9a4900939898ff2cc0a196.tar.bz2 plan9port-812d9e6f54b949275e9a4900939898ff2cc0a196.zip |
plumbunmount
-rw-r--r-- | include/plumb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/plumb.h b/include/plumb.h index 20bfcd74..484042e3 100644 --- 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); |