summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 18c7e2b..5476434 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -105,6 +105,7 @@ typedef struct {
char **can_swallow[256];
char **can_be_swallowed[256];
char **scratchpads[32];
+ char **open_in_workspace[256];
char *torun[256];
} Config;