first version of header files
[lttv.git] / ltt / branches / poly / include / ltt / type.h
index a65a3200313552a792497b203b506a7f21884f75..822e2c3445185178e9b56bb160a6c67a4180b1df 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef TYPE_H
+#define TYPE_H
 
 #include <ltt/ltt.h>
 
@@ -18,9 +20,9 @@ ltt_type *ltt_eventtype_type(ltt_eventtype *et);
  
 char *ltt_type_name(ltt_type *t);
 
-ltt_type_enum *ltt_type_class(ltt_type *t);
+ltt_type_enum ltt_type_class(ltt_type *t);
 
-unsigned ltt_type_size(ltt_type *t);
+unsigned ltt_type_size(ltt_tracefile * tf, ltt_type *t); 
 
 
 /* The type of nested elements for arrays and sequences. */
@@ -63,3 +65,4 @@ ltt_field *ltt_field_member(ltt_field *f, unsigned i);
 
 ltt_type *ltt_field_type(ltt_field *f);
 
+#endif // TYPE_H
This page took 0.029712 seconds and 4 git commands to generate.