From e3dcc400c18ddfecccba81f2302fec1a468e79b7 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 31 Aug 2025 17:35:11 +0200 Subject: [PATCH] change discpan header only c --- src/config_discspan.h.in | 8 -------- src/help.h | 8 -------- 2 files changed, 16 deletions(-) diff --git a/src/config_discspan.h.in b/src/config_discspan.h.in index 5b839d4..de92501 100644 --- a/src/config_discspan.h.in +++ b/src/config_discspan.h.in @@ -1,14 +1,6 @@ #ifndef CONFIG_DISCSPAN_IN_H #define CONFIG_DISCSPAN_IN_H -#ifdef __cplusplus -extern "C" { -#endif - #define DISCSPAN_VERSION "@PROJECT_VERSION@" -#ifdef __cplusplus -} -#endif - #endif diff --git a/src/help.h b/src/help.h index 8aafb19..5744339 100644 --- a/src/help.h +++ b/src/help.h @@ -1,14 +1,6 @@ #ifndef _HELP_H #define _HELP_H -#ifdef __cplusplus -extern "C" { -#endif - void useage(); -#ifdef __cplusplus -} -#endif - #endif -- 2.47.3