diff options
Diffstat (limited to 'klippy/pyhelper.h')
-rw-r--r-- | klippy/pyhelper.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/klippy/pyhelper.h b/klippy/pyhelper.h new file mode 100644 index 00000000..ccf16ab8 --- /dev/null +++ b/klippy/pyhelper.h @@ -0,0 +1,9 @@ +#ifndef PYHELPER_H +#define PYHELPER_H + +double get_time(void); +struct timespec fill_time(double time); +void report_errno(char *where, int rc); +char *dump_string(char *outbuf, int outbuf_size, char *inbuf, int inbuf_size); + +#endif // pyhelper.h |