aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dash Shendy 2011-07-08 23:30:33 +0200
committerGravatar Dash Shendy 2011-07-08 23:30:33 +0200
commit8fffed136d8f1236d2172c87b023bf4c0ce8c0ee (patch)
tree9a4b23c6957d9627328ae565a210eb893ff96354
parent60cf11c4c8c984d7fafd369171bfa950eefd3c4f (diff)
Compilation Fixups
Signed-off-by: Dash Shendy <neuromancer@dash.za.net>
-rw-r--r--include/mod_gnutls.h.in5
-rw-r--r--src/gnutls_io.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in
index 7d39a72..0b6c66c 100644
--- a/include/mod_gnutls.h.in
+++ b/include/mod_gnutls.h.in
@@ -146,6 +146,11 @@ typedef struct
146/** Functions in gnutls_io.c **/ 146/** Functions in gnutls_io.c **/
147 147
148/** 148/**
149 * write_flush will flush data
150 */
151static ssize_t write_flush(mgs_handle_t * ctxt);
152
153/**
149 * mgs_filter_input will filter the input data 154 * mgs_filter_input will filter the input data
Paul Querna 2004-09-27
|
* updatedGravatar Paul Querna 2004-09-27
|
* iniail makefiles and license fooGravatar Paul Querna 2004-09-27
8c0ee#n561'>561 while (!APR_BRIGADE_EMPTY(bb)) { 562 apr_bucket *bucket = APR_BRIGADE_FIRST(bb); 562 apr_bucket *bucket = APR_BRIGADE_FIRST(bb); 563 563 564 if (AP_BUCKET_IS_EOS(bucket)) { 564 if (APR_BUCKET_IS_EOS(bucket)) { 565 return ap_pass_brigade(f->next, bb); 565 return ap_pass_brigade(f->next, bb); 566 } else if (APR_BUCKET_IS_FLUSH(bucket)) { 566 } else if (APR_BUCKET_IS_FLUSH(bucket)) { 567 /* Try Flush */ 567 /* Try Flush */