connection: Export wl_connection_queue() so we can test it

This commit is contained in:
Kristian Høgsberg 2012-03-02 23:38:31 -05:00
parent e655059256
commit ac80c54f18
2 changed files with 3 additions and 1 deletions

View file

@ -349,7 +349,7 @@ wl_connection_write(struct wl_connection *connection,
return 0;
}
static int
int
wl_connection_queue(struct wl_connection *connection,
const void *data, size_t count)
{