aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd2.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 20:44:03 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 22:22:22 +0300
commitedfdbbf794837190729f1bc9c87e6cfbe26717d9 (patch)
treed02bda8fd2e6af9a0402f2ea7a17d23a3834cc1c /src/include/microhttpd2.h
parentd5d03f11610c6c05591cafbeb4b5722e1efbffb8 (diff)
downloadlibmicrohttpd-edfdbbf794837190729f1bc9c87e6cfbe26717d9.tar.gz
libmicrohttpd-edfdbbf794837190729f1bc9c87e6cfbe26717d9.zip
Fixed doxygen comments,
Fixed spelling in comments
Diffstat (limited to 'src/include/microhttpd2.h')
-rw-r--r--src/include/microhttpd2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 54120570..710115d1 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -2187,9 +2187,9 @@ MHD_daemon_tls_mem_dhparams (struct MHD_Daemon *daemon,
2187 * @param cls closure 2187 * @param cls closure
2188 * @param connection the HTTPS connection 2188 * @param connection the HTTPS connection
2189 * @param username the user name claimed by the other side 2189 * @param username the user name claimed by the other side
2190 * @param psk[out] to be set to the pre-shared-key; should be allocated with malloc(), 2190 * @param[out] psk to be set to the pre-shared-key; should be allocated with malloc(),
2191 * will be freed by MHD 2191 * will be freed by MHD
2192 * @param psk_size[out] to be set to the number of bytes in @a psk 2192 * @param[out] psk_size to be set to the number of bytes in @a psk
2193 * @return 0 on success, -1 on errors 2193 * @return 0 on success, -1 on errors
2194 */ 2194 */
2195typedef int 2195typedef int