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