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