From 8fffed136d8f1236d2172c87b023bf4c0ce8c0ee Mon Sep 17 00:00:00 2001 From: Dash Shendy Date: Fri, 8 Jul 2011 23:30:33 +0200 Subject: Compilation Fixups Signed-off-by: Dash Shendy --- include/mod_gnutls.h.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') 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 @@ -145,6 +145,11 @@ typedef struct /** Functions in gnutls_io.c **/ +/** + * write_flush will flush data + */ +static ssize_t write_flush(mgs_handle_t * ctxt); + /** * mgs_filter_input will filter the input data * by decrypting it using GnuTLS and passes it cleartext. -- cgit