mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2025-11-04 14:47:38 +01:00
9 lines
200 B
C
9 lines
200 B
C
typedef struct {
|
|
const char *name;
|
|
const void *cmd;
|
|
} Sp;
|
|
|
|
static void removescratch(const Arg *arg);
|
|
static void setscratch(const Arg *arg);
|
|
static void togglescratch(const Arg *arg);
|
|
|