aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_str.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
commit705bb243b0edb4fecdab4e892f4e1cc130d36505 (patch)
tree33f2577244e56c225ecd2d1fad3c98b545c90213 /src/daemon/https/tls/gnutls_str.h
parentd8e2c71150f270efa38e40a33c8dda133349d231 (diff)
downloadlibmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.tar.gz
libmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.zip
indentation
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