]> gitweb.hhaalo.de Git - discspan.git/commitdiff
change discpan header only c
authorBastian Dehn <hhaalo@arcor.de>
Sun, 31 Aug 2025 15:35:11 +0000 (17:35 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 31 Aug 2025 15:35:11 +0000 (17:35 +0200)
src/config_discspan.h.in
src/help.h

index 5b839d4f117d6a04351f9229fa47c2f30aa60d71..de925014abe34f52923f4192f91d2ac4bf4ebf8a 100644 (file)
@@ -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
index 8aafb19b755ff573cbabf2238bdcbbc6226b5606..5744339ba77071831c77401ee9d0658412ea75eb 100644 (file)
@@ -1,14 +1,6 @@
 #ifndef _HELP_H
 #define _HELP_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 void useage();
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif