Do not use __attribute__((constructor))
[lttv.git] / lttv / lttv / sync / event_analysis_linreg.h
index eb94eaa63e34fce5d98e50290d375d8aebd1b061..0eafe3f6baa02604fae2f96cb4c64962d047eaeb 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <glib.h>
 
-#include "data_structures_tcp.h"
+#include "data_structures.h"
 
 
 typedef struct
@@ -49,4 +49,6 @@ typedef struct
        double* stDev;
 } AnalysisDataLinReg;
 
+void registerAnalysisLinReg();
+
 #endif
This page took 0.023086 seconds and 4 git commands to generate.