diff options
Diffstat (limited to 'test/unit/fixtures/queue.h')
-rw-r--r-- | test/unit/fixtures/queue.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/fixtures/queue.h b/test/unit/fixtures/queue.h new file mode 100644 index 0000000000..ae949c9f29 --- /dev/null +++ b/test/unit/fixtures/queue.h @@ -0,0 +1,4 @@ +#include "nvim/event/queue.h" + +void ut_queue_put(Queue *queue, const char *str); +const char *ut_queue_get(Queue *queue); |