diff options
Diffstat (limited to 'client/setup.h')
-rw-r--r-- | client/setup.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/setup.h b/client/setup.h index c1908e0..e220c22 100644 --- a/client/setup.h +++ b/client/setup.h @@ -1,5 +1,5 @@ /* - * $Id: setup.h,v 1.3 2008/04/07 14:27:28 schmirl Exp $ + * $Id: setup.h,v 1.4 2008/04/07 14:50:32 schmirl Exp $ */ #ifndef VDR_STREAMDEV_SETUPCLIENT_H @@ -17,6 +17,7 @@ struct cStreamdevClientSetup { int RemotePort; int StreamFilters; int SyncEPG; + int HideMenuEntry; }; extern cStreamdevClientSetup StreamdevClientSetup; |