.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / ctf-writer / resolve.h
index 51f3e693bbfdddc2ab9941f7e0cb764bf4b34f43..15837bf69615bae1b9f9d83d22c6623c028ba83d 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef BABELTRACE_CTF_WRITER_RESOLVE_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_RESOLVE_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_RESOLVE_H
+#define BABELTRACE_CTF_WRITER_RESOLVE_H
 
 #include <babeltrace2-ctf-writer/field-types.h>
 #include "common/macros.h"
@@ -39,7 +39,6 @@ enum bt_ctf_resolve_flag {
  *
  * All parameters are owned by the caller.
  */
-BT_HIDDEN
 int bt_ctf_resolve_types(struct bt_ctf_private_value *environment,
                struct bt_ctf_field_type_common *packet_header_type,
                struct bt_ctf_field_type_common *packet_context_type,
@@ -49,4 +48,4 @@ int bt_ctf_resolve_types(struct bt_ctf_private_value *environment,
                struct bt_ctf_field_type_common *event_payload_type,
                enum bt_ctf_resolve_flag flags);
 
-#endif /* BABELTRACE_CTF_WRITER_RESOLVE_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_RESOLVE_H */
This page took 0.02347 seconds and 4 git commands to generate.