.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / ctf-writer / stream.h
index 605a3e55e2619d9eff8e706e9f7d3f643e7f629b..f5817c504a160621f1a3fc225514bc85f8d3e8f9 100644 (file)
@@ -7,8 +7,8 @@
  * http://www.efficios.com/ctf
  */
 
-#ifndef BABELTRACE_CTF_WRITER_STREAM_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_STREAM_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_STREAM_H
+#define BABELTRACE_CTF_WRITER_STREAM_H
 
 #include "common/assert.h"
 #include "common/macros.h"
@@ -84,4 +84,4 @@ struct bt_ctf_stream *bt_ctf_stream_create_with_id(
                struct bt_ctf_stream_class *stream_class,
                const char *name, uint64_t id);
 
-#endif /* BABELTRACE_CTF_WRITER_STREAM_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_STREAM_H */
This page took 0.024132 seconds and 4 git commands to generate.