diff options
| -rw-r--r-- | sys/include/httpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/httpd.h b/sys/include/httpd.h index af1166745..cc8435ef9 100644 --- a/sys/include/httpd.h +++ b/sys/include/httpd.h @@ -265,6 +265,7 @@ int hungetc(Hio *h); char *hunload(Hio*); int hurlfmt(Fmt*); char *hurlunesc(HConnect *c, char *s); +int hvprint(Hio *, char*, va_list); int hwrite(Hio*, void*, int); int hxferenc(Hio*, int); |
