Add protocol debugging facility

This commit is contained in:
Kristian Høgsberg 2010-09-07 10:58:19 -04:00
parent b6eb39710d
commit f1e7bd384c
3 changed files with 56 additions and 0 deletions

View file

@ -58,6 +58,8 @@ void
wl_closure_invoke(struct wl_closure *closure,
struct wl_object *target, void (*func)(void), void *data);
void
wl_closure_print(struct wl_closure *closure, struct wl_object *target);
void
wl_closure_destroy(struct wl_closure *closure);
#endif