summaryrefslogtreecommitdiff
path: root/plugin/setup.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-04-21 08:41:34 +0200
committerJochen Dolze <vdr@dolze.de>2010-04-21 08:41:34 +0200
commitc54d478ac11813767e0cbd383fb43f659651eb43 (patch)
treeaa56ffd3792a2e53ef6da8552d3f478e75de74f1 /plugin/setup.h
parentb8fb66fe7f224892070debe4597b53c9beca6eb9 (diff)
downloadvdr-plugin-markad-c54d478ac11813767e0cbd383fb43f659651eb43.tar.gz
vdr-plugin-markad-c54d478ac11813767e0cbd383fb43f659651eb43.tar.bz2
added -G and --bstart/--bstop options
Diffstat (limited to 'plugin/setup.h')
-rw-r--r--plugin/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/setup.h b/plugin/setup.h
index c13c769..dab1501 100644
--- a/plugin/setup.h
+++ b/plugin/setup.h
@@ -18,6 +18,7 @@ struct setup
bool OSDMessage;
bool BackupMarks;
bool Verbose;
+ bool GenIndex;
};
class cSetupMarkAd : public cMenuSetupPage
@@ -31,6 +32,7 @@ private:
int osdmsg;
int backupmarks;
int verbose;
+ int genindex;
void write(void);
protected:
virtual void Store(void);