diff options
author | Russ Cox <rsc@swtch.com> | 2008-05-05 23:07:54 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-05-05 23:07:54 -0400 |
commit | 118dfa98b81785213b819f66cdb92e5a43f62326 (patch) | |
tree | dee2a68ea379b85eb7bfcdd98a07b53b0531a565 /include | |
parent | ce1e3a796ccce89dd284dab916ec5b83a03fdcf8 (diff) | |
download | plan9port-118dfa98b81785213b819f66cdb92e5a43f62326.tar.gz plan9port-118dfa98b81785213b819f66cdb92e5a43f62326.tar.bz2 plan9port-118dfa98b81785213b819f66cdb92e5a43f62326.zip |
post9pservice: accept mtpt (via fuse)
Diffstat (limited to 'include')
-rw-r--r-- | include/libc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libc.h b/include/libc.h index 6a04b7b0..7611dde1 100644 --- a/include/libc.h +++ b/include/libc.h @@ -832,7 +832,8 @@ extern char* get9root(void); extern char* unsharp(char*); extern int sendfd(int, int); extern int recvfd(int); -extern int post9pservice(int, char*); +extern int post9pservice(int, char*, char*); +extern int chattyfuse; /* external names that we don't want to step on */ #ifndef NOPLAN9DEFINES |