Implement bt_ctf_clock_value interface
[babeltrace.git] / include / babeltrace / ctf-writer / clock.h
index 1bacc34e2aa14a57894b5a49f2fd3e9c566cda54..7ee14c652fe589101018fa1e6a34507a218ebfa8 100644 (file)
@@ -36,8 +36,6 @@
 extern "C" {
 #endif
 
-extern int bt_ctf_clock_get_time(struct bt_ctf_clock *clock, int64_t *time);
-
 /*
  * bt_ctf_clock_set_time: set a clock's current time value.
  *
@@ -49,11 +47,6 @@ extern int bt_ctf_clock_get_time(struct bt_ctf_clock *clock, int64_t *time);
 extern int bt_ctf_clock_set_time(struct bt_ctf_clock *clock,
                int64_t time);
 
-extern uint64_t bt_ctf_clock_get_value(struct bt_ctf_clock *clock);
-
-extern int bt_ctf_clock_set_value(struct bt_ctf_clock *clock,
-               uint64_t value);
-
 /*
  * bt_ctf_clock_get and bt_ctf_clock_put: increment and decrement the
  * refcount of the clock
This page took 0.022757 seconds and 4 git commands to generate.