diff options
Diffstat (limited to 'patch/scratchpad.h')
| -rw-r--r-- | patch/scratchpad.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/scratchpad.h b/patch/scratchpad.h index 3142cdf..42e592b 100644 --- a/patch/scratchpad.h +++ b/patch/scratchpad.h @@ -3,4 +3,6 @@ typedef struct { const void *cmd; } Sp; +static void removescratch(const Arg *arg); +static void setscratch(const Arg *arg); static void togglescratch(const Arg *arg);
\ No newline at end of file |
