blob: a07a42f0e48c3437f7c98eb91b4f6841f0477b2d (
plain)
1
2
3
4
5
6
|
#include <sys/epoll.h>
static int handlexevent(struct epoll_event *ev);
static void setlayoutsafe(const Arg *arg);
static void setupepoll(void);
static void setstatus(const Arg *arg);
|