summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 1246b4de5a..8aeec3d214 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -13,7 +13,8 @@ typedef struct {
#define OPT_GRAB 0x0040
#define OPT_INT 0x0080
#define OPT_FLOAT 0x0100
- union {
+#define OPT_SUBTITLE 0x0200
+ union {
void (*func_arg)(const char *);
int *int_arg;
char **str_arg;