prepare for #inclusion in C++
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1591
9efc2488-bf62-4759-914b-
345cdb29e865
+#ifndef APACHE_TOOLS_H
+#define APACHE_TOOLS_H
+
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "opensrf/utils.h"
#include "opensrf/log.h"
-#ifndef APACHE_TOOLS_H
-#define APACHE_TOOLS_H
+#ifdef __cplusplus
+extern "C" {
+#endif
#define APACHE_TOOLS_MAX_POST_SIZE 10485760 /* 10 MB */
apr_table_t* apacheParseCookies(request_rec *r);
*/
+#ifdef __cplusplus
+}
+#endif
#endif