lib: remove CTF concepts of packet and event headers
[babeltrace.git] / include / babeltrace / trace-ir / packet-const.h
index f2369177aca6808c0d9594fd48a2fcc7429a714a..e9545fc8df1784a2da2a63f6303e4dd4d9d36bd2 100644 (file)
@@ -35,8 +35,7 @@
 #include <babeltrace/trace-ir/clock-snapshot-const.h>
 
 /*
- * For bt_packet, bt_packet_header_field, bt_packet_context_field,
- * bt_stream, bt_clock_snapshot
+ * For bt_packet, bt_packet_context_field, bt_stream, bt_clock_snapshot
  */
 #include <babeltrace/types.h>
 
@@ -52,10 +51,6 @@ typedef enum bt_packet_status {
 extern const bt_stream *bt_packet_borrow_stream_const(
                const bt_packet *packet);
 
-extern
-const bt_field *bt_packet_borrow_header_field_const(
-               const bt_packet *packet);
-
 extern
 const bt_field *bt_packet_borrow_context_field_const(
                const bt_packet *packet);
This page took 0.023196 seconds and 4 git commands to generate.