cec: use the local cec.h/cectypes.h instead of system wide when compiling libCEC...
[deb_libcec.git] / src / lib / LibCEC.h
index 6cc2514d561b0df852ad9626c11733b39ab7b653..ad2eca97571deafe022bbd564f02ca2c242324ce 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include <string>
-#include <cec.h>
+#include "../../include/cec.h"
 #include "platform/util/buffer.h"
 
 namespace CEC
@@ -101,6 +101,7 @@ namespace CEC
       virtual bool IsActiveSource(cec_logical_address iAddress);
       virtual bool SetStreamPath(cec_logical_address iAddress);
       virtual bool SetStreamPath(uint16_t iPhysicalAddress);
+      virtual cec_logical_addresses GetLogicalAddresses(void);
 
       const char *ToString(const cec_menu_state state);
       const char *ToString(const cec_version version);