diff options
Diffstat (limited to 'include/mod_gnutls.h.in')
-rw-r--r-- | include/mod_gnutls.h.in | 5 |
1 files changed, 5 insertions, 0 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 | */ | ||
151 | static 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 |
150 | * by decrypting it using GnuTLS and passes it cleartext. | 155 | * by decrypting it using GnuTLS and passes it cleartext. |
151 | * | 156 | * |