summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h6
1 files changed, 6 insertions, 0 deletions
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