summaryrefslogtreecommitdiff
path: root/include/ap_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ap_provider.h')
-rw-r--r--include/ap_provider.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ap_provider.h b/include/ap_provider.h
index e54b9188..adfc69ca 100644
--- a/include/ap_provider.h
+++ b/include/ap_provider.h
@@ -28,6 +28,10 @@
#include "ap_config.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef struct {
const char *provider_name;
} ap_list_provider_names_t;
@@ -74,5 +78,9 @@ AP_DECLARE(apr_array_header_t *) ap_list_provider_names(apr_pool_t *pool,
const char *provider_group,
const char *provider_version);
+#ifdef __cplusplus
+}
+#endif
+
#endif
/** @} */