aboutsummaryrefslogtreecommitdiff
path: root/test/unit/fixtures/queue.h
blob: ae949c9f29a58285d263e5c2ecc5e4993c87839a (plain) (blame)
1
2
3
4
#include "nvim/event/queue.h"

void ut_queue_put(Queue *queue, const char *str);
const char *ut_queue_get(Queue *queue);