Fix warnings from adding -Wall back

This commit is contained in:
Kristian Høgsberg 2010-12-01 09:50:16 -05:00
parent 1f25315ae2
commit 06bc26401c
4 changed files with 9 additions and 8 deletions

View file

@ -74,7 +74,7 @@ int wl_event_loop_dispatch(struct wl_event_loop *loop, int timeout);
struct wl_event_source *wl_event_loop_add_idle(struct wl_event_loop *loop,
wl_event_loop_idle_func_t func,
void *data);
int wl_event_get_fd(struct wl_event_loop *loop);
int wl_event_loop_get_fd(struct wl_event_loop *loop);
struct wl_client;
struct wl_display;