summaryrefslogtreecommitdiffhomepage
path: root/patch/scratchpad.h
blob: 3142cdf3c5e2c9467cf02c0834e566c8fbf0bf21 (plain)
1
2
3
4
5
6
typedef struct {
       const char *name;
       const void *cmd;
} Sp;

static void togglescratch(const Arg *arg);