Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class.h
index c147b371bd5dad3477e3e183f8587f38b4c2d640..d399d137108f15d16ad00d07a5e7001ebe86efe6 100644 (file)
@@ -32,6 +32,8 @@
  */
 
 #include <stdint.h>
+
+/* For bt_bool */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
@@ -41,7 +43,8 @@ extern "C" {
 struct bt_ctf_clock_class;
 struct bt_ctf_clock_value;
 
-extern struct bt_ctf_clock_class *bt_ctf_clock_class_create(const char *name);
+extern struct bt_ctf_clock_class *bt_ctf_clock_class_create(const char *name,
+               uint64_t freq);
 extern const char *bt_ctf_clock_class_get_name(
                struct bt_ctf_clock_class *clock_class);
 extern int bt_ctf_clock_class_set_name(struct bt_ctf_clock_class *clock_class,
This page took 0.02428 seconds and 4 git commands to generate.