added the type of adapter to libcec_configuration, and display the type in cec-client...
[deb_libcec.git] / src / lib / LibCEC.h
index 76d29191e9619ee66555bd9fad2c81d5d048176d..fa4e6321bf92b9d1b347af2b9d40da3bf8d7036b 100644 (file)
@@ -149,6 +149,7 @@ namespace CEC
       const char *GetLibInfo(void);
       const char *ToString(const cec_user_control_code key);
       void InitVideoStandalone(void);
+      const char *ToString(const cec_adapter_type type);
 
       CCECProcessor *           m_cec;