diff options
| author | bakkeby <[email protected]> | 2020-09-08 16:57:31 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-08 16:57:31 +0200 |
| commit | b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2 (patch) | |
| tree | 5eaf4b3a8d04835b3fecac9e02cf8e1c1fd32b33 /patch/ipc.h | |
| parent | 95611ca0bd691416c23ea6c0ed00cfe454f601b5 (diff) | |
| download | dwm-flexipatch-b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2.tar.gz dwm-flexipatch-b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2.zip | |
ipc: adding function/signal bindings
Diffstat (limited to 'patch/ipc.h')
| -rw-r--r-- | patch/ipc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/ipc.h b/patch/ipc.h index eba39a0..a07a42f 100644 --- a/patch/ipc.h +++ b/patch/ipc.h @@ -2,4 +2,5 @@ static int handlexevent(struct epoll_event *ev); static void setlayoutsafe(const Arg *arg); -static void setupepoll(void);
\ No newline at end of file +static void setupepoll(void); +static void setstatus(const Arg *arg);
\ No newline at end of file |
