diff options
Diffstat (limited to 'klippy/pyhelper.h')
-rw-r--r-- | klippy/pyhelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/pyhelper.h b/klippy/pyhelper.h index bca65fd2..1042214b 100644 --- a/klippy/pyhelper.h +++ b/klippy/pyhelper.h @@ -1,7 +1,7 @@ #ifndef PYHELPER_H #define PYHELPER_H -double get_time(void); +double get_monotonic(void); struct timespec fill_time(double time); void set_python_logging_callback(void (*func)(const char *)); void errorf(const char *fmt, ...) __attribute__ ((format (printf, 1, 2))); |