diff options
author | mischief <mischief@offblast.org> | 2015-05-20 15:09:34 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-05-20 15:09:34 -0700 |
commit | 5d2253af9968b94027543352c53953cfe30fcb5e (patch) | |
tree | 6ca071adaab1341ae872674ce2fd0b7708e2757f /sys/include | |
parent | d8487e98c64cc1473e6d4158392850a9d434e418 (diff) |
libhttpd: declare hvprint
Diffstat (limited to 'sys/include')
-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); |