.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / ctf-writer / visitor.h
index c0007111bb62881aa80c63b557feeeb7ff519dcd..93375259423a8bc12ff7d01ac6002ac033a7f9be 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  */
 
-#ifndef BABELTRACE_CTF_WRITER_VISITOR_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_VISITOR_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_VISITOR_H
+#define BABELTRACE_CTF_WRITER_VISITOR_H
 
 #include <stdlib.h>
 #include <stdint.h>
@@ -22,7 +22,6 @@ struct bt_ctf_visitor_object {
        void *object;
 };
 
-BT_HIDDEN
 int bt_ctf_visitor_helper(struct bt_ctf_visitor_object *root,
                bt_ctf_child_count_accessor child_counter,
                bt_ctf_child_accessor child_accessor,
@@ -30,4 +29,4 @@ int bt_ctf_visitor_helper(struct bt_ctf_visitor_object *root,
                bt_ctf_visitor visitor,
                void *data);
 
-#endif /* BABELTRACE_CTF_WRITER_VISITOR_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_VISITOR_H */
This page took 0.034281 seconds and 4 git commands to generate.