aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/tls_test_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-05-05 18:01:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-05-05 18:01:09 +0000
commit1725bcf3c546fccbf22d7794bf7290fcc28c385d (patch)
tree0e45eb34ffc834c9ae2e3d22916c987a37158649 /src/testcurl/https/tls_test_common.h
parent8e796aefcc5980863088935033fe4d48d4a2e3fa (diff)
downloadlibmicrohttpd-1725bcf3c546fccbf22d7794bf7290fcc28c385d.tar.gz
libmicrohttpd-1725bcf3c546fccbf22d7794bf7290fcc28c385d.zip
-improvements to docs
Diffstat (limited to 'src/testcurl/https/tls_test_common.h')
-rw-r--r--src/testcurl/https/tls_test_common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/testcurl/https/tls_test_common.h b/src/testcurl/https/tls_test_common.h
index 7cc7e122..501c0226 100644
--- a/src/testcurl/https/tls_test_common.h
+++ b/src/testcurl/https/tls_test_common.h
@@ -98,6 +98,14 @@ http_dummy_ahc (void *cls, struct MHD_Connection *connection,
98 const char *version, size_t *upload_data_size, 98 const char *version, size_t *upload_data_size,
99 void **ptr); 99 void **ptr);
100 100
101
102/**
103 * compile test file url pointing to the current running directory path
104 *
105 * @param url - char buffer into which the url is compiled
106 * @param port port to use for the test
107 * @return -1 on error
108 */
101int gen_test_file_url (char *url, int port); 109int gen_test_file_url (char *url, int port);
102 110
103int 111int