aboutsummaryrefslogtreecommitdiff
path: root/include/libc.h
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-05-05 23:07:54 -0400
committerRuss Cox <rsc@swtch.com>2008-05-05 23:07:54 -0400
commit118dfa98b81785213b819f66cdb92e5a43f62326 (patch)
treedee2a68ea379b85eb7bfcdd98a07b53b0531a565 /include/libc.h
parentce1e3a796ccce89dd284dab916ec5b83a03fdcf8 (diff)
downloadplan9port-118dfa98b81785213b819f66cdb92e5a43f62326.tar.gz
plan9port-118dfa98b81785213b819f66cdb92e5a43f62326.tar.bz2
plan9port-118dfa98b81785213b819f66cdb92e5a43f62326.zip
post9pservice: accept mtpt (via fuse)
Diffstat (limited to 'include/libc.h')
-rw-r--r--include/libc.h3
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