client->id_count += 256;
}
-static struct wl_client *
+WL_EXPORT struct wl_client *
wl_client_create(struct wl_display *display, int fd)
{
struct wl_client *client;
int wl_display_add_global(struct wl_display *display, struct wl_object *object, wl_client_connect_func_t func);
+struct wl_client *wl_client_create(struct wl_display *display, int fd);
void wl_client_destroy(struct wl_client *client);
void wl_client_post_no_memory(struct wl_client *client);
void wl_client_post_global(struct wl_client *client, struct wl_object *object);