blob: ac8fb73c8ec55f85cc2de886116bdda57115a167 (
plain)
1
2
3
4
5
6
7
|
#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);
|