summaryrefslogtreecommitdiff
path: root/client/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/setup.h')
-rw-r--r--client/setup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/setup.h b/client/setup.h
index e220c22..9f4d11b 100644
--- a/client/setup.h
+++ b/client/setup.h
@@ -1,5 +1,5 @@
/*
- * $Id: setup.h,v 1.4 2008/04/07 14:50:32 schmirl Exp $
+ * $Id: setup.h,v 1.5 2009/01/29 07:48:59 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_SETUPCLIENT_H
@@ -18,6 +18,8 @@ struct cStreamdevClientSetup {
int StreamFilters;
int SyncEPG;
int HideMenuEntry;
+ int MinPriority;
+ int MaxPriority;
};
extern cStreamdevClientSetup StreamdevClientSetup;