@@ -1,8 +1,11 @@ !ifndef _RSK_LIBCONFIG_H !define _RSK_LIBCONFIG_H +!ifdef __cplusplus +extern "C" { +!endif __BLANK_LINE__ typedef enum { LC_CONF_SECTION, LC_CONF_APACHE, @@ -77,7 +80,10 @@ __BLANK_LINE__ extern int lc_optind; __BLANK_LINE__ +!ifdef __cplusplus +} +!endif !endif