.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / ctf-writer / field-types.h
index f5dbd99ea0fad4139faec4fe5569fb71aa99f1bb..2ee48a4b746b21475e89f849b655077e786de021 100644 (file)
@@ -7,8 +7,8 @@
  * http://www.efficios.com/ctf
  */
 
-#ifndef BABELTRACE_CTF_WRITER_FIELD_TYPES_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_FIELD_TYPES_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_FIELD_TYPES_H
+#define BABELTRACE_CTF_WRITER_FIELD_TYPES_H
 
 #include <stdbool.h>
 #include <stdint.h>
@@ -671,4 +671,4 @@ int bt_ctf_field_type_serialize_recursive(struct bt_ctf_field_type *type,
 
 struct bt_ctf_field_type *bt_ctf_field_type_copy(struct bt_ctf_field_type *ft);
 
-#endif /* BABELTRACE_CTF_WRITER_FIELD_TYPES_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_FIELD_TYPES_H */
This page took 0.026942 seconds and 4 git commands to generate.