From 1d89e5aebc31e5bb5c610e9fd350b50f66612590 Mon Sep 17 00:00:00 2001 From: Peter Schlaile Date: Tue, 23 Sep 2008 21:14:15 +0200 Subject: added options.c to automake, so that chan_lcr gets built correctly --- options.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'options.h') diff --git a/options.h b/options.h index df952b3..976aaba 100644 --- a/options.h +++ b/options.h @@ -8,6 +8,9 @@ ** options header file ** ** ** \*****************************************************************************/ +#ifdef __cplusplus +extern "C" { +#endif struct options { char log[128]; /* location of log file */ @@ -33,4 +36,7 @@ extern char options_error[256]; int read_options(void); +#ifdef __cplusplus +} +#endif -- cgit v1.2.3-55-g7522