aboutsummaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 00:14:43 +0000
committerrsc <devnull@localhost>2004-12-27 00:14:43 +0000
commit678ede7e54bf508991380c0f896fed6005b87ce9 (patch)
treeb19e4111f436df000d84031585beaabb6539c110 /include/httpd.h
parente1dc7e4511d4644060d4904dcae50808d966fff7 (diff)
downloadplan9port-678ede7e54bf508991380c0f896fed6005b87ce9.tar.gz
plan9port-678ede7e54bf508991380c0f896fed6005b87ce9.tar.bz2
plan9port-678ede7e54bf508991380c0f896fed6005b87ce9.zip
various changes from plan 9
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 03b48adc..7f332519 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -235,6 +235,7 @@ ulong hdate2sec(char*);
int hdatefmt(Fmt*);
int hfail(HConnect*, int, ...);
int hflush(Hio*);
+int hlflush(Hio*);
int hgetc(Hio*);
int hgethead(HConnect *c, int many);
int hinit(Hio*, int, int);