[beast: 3/15] TOOLS: remove 'extern "C"' from all API



commit 33b0dc8eb66ac483396f5061a95b54d4ffca930d
Author: Tim Janik <timj gnu org>
Date:   Wed Oct 26 22:30:20 2016 +0200

    TOOLS: remove 'extern "C"' from all API
    
    Signed-off-by: Tim Janik <timj gnu org>

 tools/bseloopfuncs.hh |    4 ----
 tools/sfiutils.hh     |    4 ----
 2 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/tools/bseloopfuncs.hh b/tools/bseloopfuncs.hh
index 6b01f8d..5f6b2d2 100644
--- a/tools/bseloopfuncs.hh
+++ b/tools/bseloopfuncs.hh
@@ -5,8 +5,6 @@
 #include <bse/gsldatautils.hh>
 #include <bse/gslcommon.hh>
 
-G_BEGIN_DECLS
-
 
 typedef struct {
   /* block containing loop */
@@ -110,6 +108,4 @@ gdouble             gsl_data_find_loop0             (GslDataHandle          *dhandle,
  * TL_CFG="--loop=5000:-1:5000"
  */
 
-G_END_DECLS
-
 #endif  /* __BSE_LOOPFUNCS_H__ */
diff --git a/tools/sfiutils.hh b/tools/sfiutils.hh
index b940009..be63299 100644
--- a/tools/sfiutils.hh
+++ b/tools/sfiutils.hh
@@ -6,8 +6,6 @@
 #include <bse/gsldefs.hh>
 #include <sfi/sfi.hh>
 
-G_BEGIN_DECLS
-
 typedef struct
 {
   guint   line_number;
@@ -82,6 +80,4 @@ guint     sfi_arguments_read_all_nums (const gchar    *option,
                                         gdouble        *first,
                                         ...) G_GNUC_NULL_TERMINATED;
 
-G_END_DECLS
-
 #endif /* __SFI_UTILS_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]