add satconfig part
[enigma2.git] / lib / dvb / idvb.h
index 0dc5ce5766e5ed0655ce3abb6679dac1ea881fab..ef052d42eddfc9145e4d9750a4b7a768451aa3f6 100644 (file)
@@ -349,8 +349,9 @@ public:
 
 #define MAX_DISEQC_LENGTH  16
 
-struct eDVBDiseqcCommand
+class eDVBDiseqcCommand
 {
+public:
        int len;
        __u8 data[MAX_DISEQC_LENGTH];
 #if HAVE_DVB_API_VERSION < 3