diff options
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r-- | src/include/microhttpd.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index e83fdad3..12b872fc 100644 --- a/src/include/microhttpd.h +++ b/src/include/microhttpd.h | |||
@@ -80,13 +80,18 @@ | |||
80 | #ifndef MHD_MICROHTTPD_H | 80 | #ifndef MHD_MICROHTTPD_H |
81 | #define MHD_MICROHTTPD_H | 81 | #define MHD_MICROHTTPD_H |
82 | 82 | ||
83 | #ifdef __cplusplus | 83 | #ifndef __cplusplus |
84 | extern "C" | 84 | # define MHD_C_DECLRATIONS_START_HERE_ /* Empty */ |
85 | { | 85 | # define MHD_C_DECLRATIONS_FINISH_HERE_ /* Empty */ |
86 | #if 0 /* keep Emacsens' auto-indent happy */ | 86 | #else /* __cplusplus */ |
87 | } | 87 | /* *INDENT-OFF* */ |
88 | #endif | 88 | # define MHD_C_DECLRATIONS_START_HERE_ extern "C" { |
89 | #endif | 89 | # define MHD_C_DECLRATIONS_FINISH_HERE_ } |
90 | /* *INDENT-ON* */ | ||
91 | #endif /* __cplusplus */ | ||
92 | |||
93 | |||
94 | MHD_C_DECLRATIONS_START_HERE_ | ||
90 | 95 | ||
91 | 96 | ||
92 | /** | 97 | /** |
@@ -6519,11 +6524,6 @@ _MHD_EXTERN enum MHD_Result | |||
6519 | MHD_is_feature_supported (enum MHD_FEATURE feature); | 6524 | MHD_is_feature_supported (enum MHD_FEATURE feature); |
6520 | 6525 | ||
6521 | 6526 | ||
6522 | #ifdef __cplusplus | 6527 | MHD_C_DECLRATIONS_FINISH_HERE_ |
6523 | #if 0 /* keep Emacsens' auto-indent happy */ | ||
6524 | { | ||
6525 | #endif | ||
6526 | } | ||
6527 | #endif | ||
6528 | 6528 | ||
6529 | #endif | 6529 | #endif |