include/babeltrace/graph: fix some include guards
[babeltrace.git] / include / babeltrace / graph / port-internal.h
index 43d23dd68c64ff550a03e0d342c2c67187aa1f9a..8f2fb4b7942c147c59709832203802f4d02bdab4 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_PORT_INTERNAL_H
-#define BABELTRACE_COMPONENT_PORT_INTERNAL_H
+#ifndef BABELTRACE_GRAPH_PORT_INTERNAL_H
+#define BABELTRACE_GRAPH_PORT_INTERNAL_H
 
 /*
  * BabelTrace - Babeltrace Component Port
@@ -38,7 +38,7 @@ struct bt_port {
 };
 
 static inline
-struct bt_port *bt_port_from_private(
+struct bt_port *bt_port_borrow_from_private(
                struct bt_private_port *private_port)
 {
        return (void *) private_port;
@@ -74,4 +74,4 @@ const char *bt_port_type_string(enum bt_port_type port_type)
        }
 }
 
-#endif /* BABELTRACE_COMPONENT_PORT_INTERNAL_H */
+#endif /* BABELTRACE_GRAPH_PORT_INTERNAL_H */
This page took 0.024694 seconds and 4 git commands to generate.