diff options
Diffstat (limited to 'klippy/chelper.py')
-rw-r--r-- | klippy/chelper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper.py b/klippy/chelper.py index b7baf061..ed494456 100644 --- a/klippy/chelper.py +++ b/klippy/chelper.py @@ -71,6 +71,7 @@ defs_serialqueue = """ defs_pyhelper = """ void set_python_logging_callback(void (*func)(const char *)); + double get_monotonic(void); """ # Return the list of file modification times |