aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_str.h')
-rw-r--r--src/daemon/https/tls/gnutls_str.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_str.h b/src/daemon/https/tls/gnutls_str.h
index bedee1df..befa957e 100644
--- a/src/daemon/https/tls/gnutls_str.h
+++ b/src/daemon/https/tls/gnutls_str.h
@@ -43,7 +43,8 @@ typedef struct
43} MHD_gtls_string; 43} MHD_gtls_string;
44 44
45void MHD_gtls_string_init (MHD_gtls_string *, MHD_gnutls_alloc_function, 45void MHD_gtls_string_init (MHD_gtls_string *, MHD_gnutls_alloc_function,
46 MHD_gnutls_realloc_function, MHD_gnutls_free_function); 46 MHD_gnutls_realloc_function,
47 MHD_gnutls_free_function);
47void MHD_gtls_string_clear (MHD_gtls_string *); 48void MHD_gtls_string_clear (MHD_gtls_string *);
48 49
49/* Beware, do not clear the string, after calling this 50/* Beware, do not clear the string, after calling this