summaryrefslogtreecommitdiffstats
path: root/wayland-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-util.h')
-rw-r--r--wayland-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland-util.h b/wayland-util.h
index 035a4f5..d7d565a 100644
--- a/wayland-util.h
+++ b/wayland-util.h
@@ -32,6 +32,7 @@ void wl_list_init(struct wl_list *list);
void wl_list_insert(struct wl_list *list, struct wl_list *elm);
void wl_list_remove(struct wl_list *elm);
int wl_list_length(struct wl_list *list);
+int wl_list_empty(struct wl_list *list);
#endif