mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 19:25:11 -07:00
5 lines
146 B
C
5 lines
146 B
C
|
#include "nvim/event/multiqueue.h"
|
||
|
|
||
|
void ut_multiqueue_put(MultiQueue *queue, const char *str);
|
||
|
const char *ut_multiqueue_get(MultiQueue *queue);
|