.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / plugins / lttng-utils / debug-info / utils.h
index 40ba38ec9170a841553386a368b5714d16006caf..4d9310d9f2a636270e7b1aee619e6d450465b5ed 100644 (file)
@@ -6,8 +6,10 @@
  * 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>
 
  * 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.027459 seconds and 4 git commands to generate.