diff options
Diffstat (limited to 'patch/swallow.h')
| -rw-r--r-- | patch/swallow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/swallow.h b/patch/swallow.h index d44a7ea..529fea9 100644 --- a/patch/swallow.h +++ b/patch/swallow.h @@ -4,4 +4,5 @@ static int swallow(Client *p, Client *c); static Client *swallowingclient(Window w); static Client *termforwin(const Client *c); static void unswallow(Client *c); -static pid_t winpid(Window w);
\ No newline at end of file +static pid_t winpid(Window w); + |
