lib: private functions: do not repeat `private` word
[babeltrace.git] / plugins / text / pretty / pretty.h
index 5659035ed21aa8e5f56950551769e03b39c3f11a..ff573e8b568631060cc5e6369e7f69aa1063a28b 100644 (file)
@@ -80,7 +80,7 @@ struct pretty_component {
        bool start_line;
        GString *string;
        GString *tmp_string;
-       struct bt_value *plugin_opt_map;        /* Temporary parameter map. */
+       struct bt_private_value *plugin_opt_map; /* Temporary parameter map. */
        bool use_colors;
 
        uint64_t last_cycles_timestamp;
@@ -128,8 +128,7 @@ enum bt_component_status pretty_print_event(struct pretty_component *pretty,
                struct bt_notification *event_notif);
 
 BT_HIDDEN
-enum bt_component_status pretty_print_discarded_elements(
-               struct pretty_component *pretty,
-               struct bt_notification *notif);
+enum bt_component_status pretty_print_packet(struct pretty_component *pretty,
+               struct bt_notification *packet_beginning_notif);
 
 #endif /* BABELTRACE_PLUGIN_TEXT_PRETTY_PRETTY_H */
This page took 0.029658 seconds and 4 git commands to generate.