diff options
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 |