aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-31 18:21:56 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-10-31 18:21:56 +0300
commit9d142ff1a79682ff126b3a8f2248f74c149a76be (patch)
tree963d0ef90d835490b1cfd4924c27142b95e470f3
parent079dfd2cb8760d21e2f04a869e9a41b1dede28c8 (diff)
downloadlibmicrohttpd-9d142ff1a79682ff126b3a8f2248f74c149a76be.tar.gz
libmicrohttpd-9d142ff1a79682ff126b3a8f2248f74c149a76be.zip
microhttpd.h: fixed code style
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 7bb09ead..9fece2e5 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -4213,7 +4213,7 @@ MHD_queue_auth_fail_response (struct MHD_Connection *connection,
4213 */ 4213 */
4214_MHD_EXTERN char * 4214_MHD_EXTERN char *
4215MHD_basic_auth_get_username_password (struct MHD_Connection *connection, 4215MHD_basic_auth_get_username_password (struct MHD_Connection *connection,
4216 char**password); 4216 char **password);
4217 4217
4218 4218
4219/** 4219/**
@@ -4358,7 +4358,7 @@ MHD_get_daemon_info (struct MHD_Daemon *daemon,
4358 * @return static version string, e.g. "0.9.9" 4358 * @return static version string, e.g. "0.9.9"
4359 * @ingroup specialized 4359 * @ingroup specialized
4360 */ 4360 */
4361_MHD_EXTERN const char* 4361_MHD_EXTERN const char *
4362MHD_get_version (void); 4362MHD_get_version (void);
4363 4363
4364 4364