From dbc44e58d7fcdba8e770f7cc126200144ec65565 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 16 Oct 2001 22:45:23 +0000 Subject: [PATCH] allow c++ --- src/util/ca_test.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/util/ca_test.h b/src/util/ca_test.h index 9ce71420e..b84e4059f 100644 --- a/src/util/ca_test.h +++ b/src/util/ca_test.h @@ -27,4 +27,13 @@ * ----------------- * .01 21JAN2000 mrk split main from ca_test.c */ + +#ifdef __cplusplus +extern "C" { +#endif + int ca_test(char *pname, char *pvalue); + +#ifdef __cplusplus +} +#endif