commit | 678ede7e54bf508991380c0f896fed6005b87ce9 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Mon Dec 27 00:14:43 2004 +0000 |
committer | rsc <devnull@localhost> | Mon Dec 27 00:14:43 2004 +0000 |
tree | b19e4111f436df000d84031585beaabb6539c110 | |
parent | e1dc7e4511d4644060d4904dcae50808d966fff7 [diff] [blame] |
various changes from plan 9
diff --git a/include/httpd.h b/include/httpd.h index 03b48ad..7f33251 100644 --- a/include/httpd.h +++ b/include/httpd.h
@@ -235,6 +235,7 @@ 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);