times and allow it to be included by C++ files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@642630
13f79535-47bb-0310-9956-
ffa450edef68
* limitations under the License.
*/
+#ifndef AP_EXPR_H
+#define AP_EXPR_H
+
#include "httpd.h"
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* conditional expression parser stuff */
typedef enum {
TOKEN_STRING,
int *was_error, backref_t **reptr,
string_func_t string_func,
opt_func_t eval_func);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* AP_EXPR_H */