first version of header files
[lttv.git] / ltt / branches / poly / include / ltt / facility.h
index eda320f96efafa2a50daa57f771273a2d6b56a9a..89c997dea2ee20b93c7b041d61bbd01700ef3f0e 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef FACILITY_H
+#define FACILITY_H
 
 #include <ltt/ltt.h>
 
@@ -27,3 +29,4 @@ ltt_eventtype *ltt_facility_eventtype_get(ltt_facility *f, unsigned i);
 
 ltt_eventtype *ltt_facility_eventtype_get_by_name(ltt_facility *f, char *name);
 
+#endif // FACILITY_H
This page took 0.025953 seconds and 4 git commands to generate.