first version of header files
[lttv.git] / ltt / branches / poly / include / ltt / event.h
index 5570ec46964e83c26b5ed3631768ac9c21134b06..d525cbb552f0b148e903659fcf5b96aedb339241 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef EVENT_H
+#define EVENT_H
+
+#include <ltt/ltt.h>
 
 /* Events and their content, including the raw data, are only valid 
    until reading another event from the same tracefile. 
@@ -71,3 +75,5 @@ double ltt_event_get_double(ltt_event *e, ltt_field *f);
    the same tracefile. */
 
 char *ltt_event_get_string(ltt_event *e, ltt_field *f);
+
+#endif // EVENT_H
This page took 0.034736 seconds and 4 git commands to generate.