aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 11:12:50 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-09 12:14:31 +0300
commitfb550a49390c4dc0ae995d101a72f17162c37792 (patch)
tree08ec6281f2944989894235e44b6e827ea3ec6eb2 /src/include
parent6c1d4ad70173f8cd14887daa9f19cd85abad9c5b (diff)
downloadlibmicrohttpd-fb550a49390c4dc0ae995d101a72f17162c37792.tar.gz
libmicrohttpd-fb550a49390c4dc0ae995d101a72f17162c37792.zip
microhttpd.d: fixed Doxy for MHD_get_reason_phrase_for()
Diffstat (limited to 'src/include')
-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 89628d8b..577ebc59 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -487,8 +487,8 @@ _MHD_DEPR_MACRO("Macro MHD_LONG_LONG_PRINTF is deprecated, use MHD_UNSIGNED_LONG
487/** 487/**
488 * Returns the string reason phrase for a response code. 488 * Returns the string reason phrase for a response code.
489 * 489 *
490 * If we don't have a string for a status code, we give the first 490 * If message string is not available for a status code,
491 * message in that status code class. 491 * "Unknown" string will be returned.
492 */ 492 */
493_MHD_EXTERN const char * 493_MHD_EXTERN const char *
494MHD_get_reason_phrase_for (unsigned int code); 494MHD_get_reason_phrase_for (unsigned int code);