diff options
Diffstat (limited to 'patch/rotatestack.h')
| -rw-r--r-- | patch/rotatestack.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/rotatestack.h b/patch/rotatestack.h new file mode 100644 index 0000000..ea64e68 --- /dev/null +++ b/patch/rotatestack.h @@ -0,0 +1,4 @@ +static void enqueue(Client *c); +static void enqueuestack(Client *c); +static void rotatestack(const Arg *arg); + |
