summaryrefslogtreecommitdiff
path: root/client/setup.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:43:13 +0100
committerFrank Schmirler <vdr@schmirler.de>2010-12-02 09:43:13 +0100
commit7254a6752808830d5fc133e5362da6c47f3f84ff (patch)
tree673cc17f88ba80f8a67debb54f85ea100cde9ae5 /client/setup.h
parent31df0eaf8e49bc1cfea755bd88f3dd795c8f1ace (diff)
downloadvdr-plugin-streamdev-7254a6752808830d5fc133e5362da6c47f3f84ff.tar.gz
vdr-plugin-streamdev-7254a6752808830d5fc133e5362da6c47f3f84ff.tar.bz2
Snapshot 2009-06-11
Diffstat (limited to 'client/setup.h')
-rw-r--r--client/setup.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/setup.h b/client/setup.h
index b0a1867..9f4d11b 100644
--- a/client/setup.h
+++ b/client/setup.h
@@ -1,5 +1,5 @@
/*
- * $Id: setup.h,v 1.2 2005/02/08 15:34:38 lordjaxom Exp $
+ * $Id: setup.h,v 1.5 2009/01/29 07:48:59 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_SETUPCLIENT_H
@@ -15,10 +15,11 @@ struct cStreamdevClientSetup {
int StartClient;
char RemoteIp[20];
int RemotePort;
-#if VDRVERSNUM >= 10300
int StreamFilters;
-#endif
int SyncEPG;
+ int HideMenuEntry;
+ int MinPriority;
+ int MaxPriority;
};
extern cStreamdevClientSetup StreamdevClientSetup;