diff options
Diffstat (limited to 'vdr-vdrmanager/sock.h')
-rw-r--r-- | vdr-vdrmanager/sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vdr-vdrmanager/sock.h b/vdr-vdrmanager/sock.h index bc19d6d..4cc550f 100644 --- a/vdr-vdrmanager/sock.h +++ b/vdr-vdrmanager/sock.h @@ -25,6 +25,8 @@ protected: const char * password; bool forceCheckSvdrp; int compressionMode; + const char * certFile; + const char * keyFile; protected: cVdrmanagerSocket(); bool IsPasswordSet(); |