lib: rename plural file names to singular
[babeltrace.git] / include / babeltrace / ctf-writer / validation-internal.h
index 887b5a7197fce4dc7ce0dbc25802cae57a2ec72c..996126bdf14d69ece5272f64b26e3a859e7a9ea2 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_CTF_WRITER_VALIDATION_INTERNAL_H
 
 /*
- * Babeltrace - CTF writer: Validation of trace, stream class, and event class
- *
  * Copyright 2016 Philippe Proulx <pproulx@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -25,8 +23,8 @@
  * SOFTWARE.
  */
 
-#include <babeltrace/values.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/ctf-writer/values-internal.h>
 
 struct bt_ctf_trace_common;
 struct bt_ctf_stream_class_common;
@@ -82,7 +80,7 @@ struct bt_ctf_validation_output {
  * All parameters are owned by the caller.
  */
 BT_HIDDEN
-int bt_ctf_validate_class_types(struct bt_value *environment,
+int bt_ctf_validate_class_types(struct bt_ctf_private_value *environment,
                struct bt_ctf_field_type_common *packet_header_type,
                struct bt_ctf_field_type_common *packet_context_type,
                struct bt_ctf_field_type_common *event_header_type,
This page took 0.024558 seconds and 4 git commands to generate.