i3/include/debug.h
2009-02-13 19:09:25 +01:00

7 lines
121 B
C

#ifndef _DEBUG_H
#define _DEBUG_H
int handle_event(void *ignored, xcb_connection_t *c, xcb_generic_event_t *e);
#endif