Do not use __attribute__((constructor))
[lttv.git] / lttv / lttv / sync / event_processing_lttng_null.h
index 090b6b8ff395514a8fc62d0ed8ff26a29e055eef..8e01c58c3bda3ee85c6b482f0972d2ea8a32440d 100644 (file)
@@ -16,8 +16,8 @@
  * MA 02111-1307, USA.
  */
 
-#ifndef EVENT_PROCESSING_LTTV_NULL_H
-#define EVENT_PROCESSING_LTTV_NULL_H
+#ifndef EVENT_PROCESSING_LTTNG_NULL_H
+#define EVENT_PROCESSING_LTTNG_NULL_H
 
 #include <glib.h>
 
@@ -35,4 +35,6 @@ typedef struct
        GArray* hookListList;
 } ProcessingDataLTTVNull;
 
+void registerProcessingLTTVNull();
+
 #endif
This page took 0.022881 seconds and 4 git commands to generate.