diff options
| author | Ben Huntsman <bhuntsman@mail2.cu-portland.edu> | 2021-08-08 11:03:02 -0700 |
|---|---|---|
| committer | Dan Cross <crossd@gmail.com> | 2021-08-30 21:03:41 -0400 |
| commit | 385a6d5877258cee0cac6151e6359c9206006b01 (patch) | |
| tree | 15fa5629dba3a1d7ff4c0d927295b521bcd5e052 /include | |
| parent | aa01c23be63787550e64bc1a0f3a8d267cad1fa4 (diff) | |
lib9p: Remove postmountsrv (#505)
Diffstat (limited to 'include')
| -rw-r--r-- | include/9p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/9p.h b/include/9p.h index 57caac28..586c59cc 100644 --- a/include/9p.h +++ b/include/9p.h @@ -219,7 +219,6 @@ struct Srv { }; void srv(Srv*); -void postmountsrv(Srv*, char*, char*, int); int postfd(char*, int); extern int chatty9p; void respond(Req*, char*); |