summaryrefslogtreecommitdiff
path: root/sys/include/9p.h
diff options
context:
space:
mode:
authoraiju <aiju@phicode.de>2011-07-27 16:36:32 +0200
committeraiju <aiju@phicode.de>2011-07-27 16:36:32 +0200
commit7d0ce95567fdd93176cf45ebba50d9c27e40b45b (patch)
treeb95cf1ad6fca6a463f4b628712c8d164eef6f2b7 /sys/include/9p.h
parent1a2afe988b3075452b7f45d63b3d8d30e4358d0c (diff)
lib9p: added threadpostsharesrv
Diffstat (limited to 'sys/include/9p.h')
-rw-r--r--sys/include/9p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/9p.h b/sys/include/9p.h
index 377ebc437..fb2862438 100644
--- a/sys/include/9p.h
+++ b/sys/include/9p.h
@@ -226,6 +226,7 @@ int chatty9p;
void respond(Req*, char*);
void responderror(Req*);
void threadpostmountsrv(Srv*, char*, char*, int);
+void threadpostsharesrv(Srv*, char*, char*, char*, char*);
void threadlistensrv(Srv *s, char *addr);
/*