diff options
Diffstat (limited to 'include/recorder/recording_clock.h')
| -rw-r--r-- | include/recorder/recording_clock.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/recorder/recording_clock.h b/include/recorder/recording_clock.h index 4e302b6..b99e936 100644 --- a/include/recorder/recording_clock.h +++ b/include/recorder/recording_clock.h @@ -3,10 +3,6 @@ #include <stdbool.h> -#ifdef __cplusplus -extern "C" { -#endif - /* Monotonic clock that excludes the time the recording has been paused. Safe to use from multiple threads */ typedef struct gsr_recording_clock gsr_recording_clock; @@ -22,8 +18,4 @@ double gsr_recording_clock_get_time(const gsr_recording_clock *self); void gsr_recording_clock_set_paused(gsr_recording_clock *self, bool paused); bool gsr_recording_clock_is_paused(const gsr_recording_clock *self); -#ifdef __cplusplus -} -#endif - #endif /* GSR_RECORDER_RECORDING_CLOCK_H */ |
