aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'klippy/chelper.py')
-rw-r--r--klippy/chelper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/chelper.py b/klippy/chelper.py
index d12946be..bf7a1ab5 100644
--- a/klippy/chelper.py
+++ b/klippy/chelper.py
@@ -51,6 +51,7 @@ defs_serialqueue = """
struct serialqueue *serialqueue_alloc(int serial_fd, int write_only);
void serialqueue_exit(struct serialqueue *sq);
+ void serialqueue_free(struct serialqueue *sq);
struct command_queue *serialqueue_alloc_commandqueue(void);
void serialqueue_send(struct serialqueue *sq, struct command_queue *cq
, uint8_t *msg, int len, uint64_t min_clock, uint64_t req_clock);