aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/reason_phrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/reason_phrase.c')
-rw-r--r--src/microhttpd/reason_phrase.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/reason_phrase.c b/src/microhttpd/reason_phrase.c
index 9a07b2ad..5ccc44b4 100644
--- a/src/microhttpd/reason_phrase.c
+++ b/src/microhttpd/reason_phrase.c
@@ -174,7 +174,7 @@ static const struct MHD_Reason_Block reasons[] = {
174}; 174};
175 175
176 176
177const char * 177_MHD_EXTERN const char *
178MHD_get_reason_phrase_for (unsigned int code) 178MHD_get_reason_phrase_for (unsigned int code)
179{ 179{
180 if ( (code >= 100) && 180 if ( (code >= 100) &&
@@ -185,7 +185,7 @@ MHD_get_reason_phrase_for (unsigned int code)
185} 185}
186 186
187 187
188size_t 188_MHD_EXTERN size_t
189MHD_get_reason_phrase_len_for (unsigned int code) 189MHD_get_reason_phrase_len_for (unsigned int code)
190{ 190{
191 if ( (code >= 100) && 191 if ( (code >= 100) &&