.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / plugins / lttng-utils / debug-info / utils.h
index b23379c426bbd829e8b077af18370560afe8a34f..4d9310d9f2a636270e7b1aee619e6d450465b5ed 100644 (file)
@@ -6,22 +6,23 @@
  * Babeltrace - Debug Info Utilities
  */
 
-#ifndef BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
-#define BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H
+#ifndef BABELTRACE_PLUGINS_LTTNG_UTILS_DEBUG_INFO_UTILS_H
+#define BABELTRACE_PLUGINS_LTTNG_UTILS_DEBUG_INFO_UTILS_H
+
+#include <stdbool.h>
+
+#include <babeltrace2/babeltrace.h>
 
 #include "common/macros.h"
-#include "trace-ir-mapping.h"
 
 /*
  * Return the location of a path's file (the last element of the path).
  * Returns the original path on error.
  */
-BT_HIDDEN
 const char *get_filename_from_path(const char *path);
 
-BT_HIDDEN
-bt_bool is_event_common_ctx_dbg_info_compatible(
+bool is_event_common_ctx_dbg_info_compatible(
                const bt_field_class *in_field_class,
                const char *debug_info_field_class_name);
 
-#endif /* BABELTRACE_PLUGIN_DEBUG_INFO_UTILS_H */
+#endif /* BABELTRACE_PLUGINS_LTTNG_UTILS_DEBUG_INFO_UTILS_H */
This page took 0.02395 seconds and 4 git commands to generate.