diff options
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r-- | src/microhttpd/mhd_str.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h index dd379f52..25eeb05e 100644 --- a/src/microhttpd/mhd_str.h +++ b/src/microhttpd/mhd_str.h | |||
@@ -60,6 +60,7 @@ | |||
60 | int | 60 | int |
61 | MHD_str_equal_caseless_ (const char *str1, | 61 | MHD_str_equal_caseless_ (const char *str1, |
62 | const char *str2); | 62 | const char *str2); |
63 | |||
63 | #else /* MHD_FAVOR_SMALL_CODE */ | 64 | #else /* MHD_FAVOR_SMALL_CODE */ |
64 | /* Reuse MHD_str_equal_caseless_n_() to reduce size */ | 65 | /* Reuse MHD_str_equal_caseless_n_() to reduce size */ |
65 | #define MHD_str_equal_caseless_(s1,s2) MHD_str_equal_caseless_n_ ((s1),(s2), \ | 66 | #define MHD_str_equal_caseless_(s1,s2) MHD_str_equal_caseless_n_ ((s1),(s2), \ |