cec: cleanups, documentation and some fixes for the last commits
[deb_libcec.git] / src / lib / LibCEC.h
index 673b5258c9a3205d6b33414c8d7c105f4bece723..0ef3e832d3d318218eda23c4beeccceefd40947e 100644 (file)
@@ -143,8 +143,9 @@ namespace CEC
       static void SetInstance(CLibCEC *instance);                           //UNUSED
 
       static bool IsValidPhysicalAddress(uint16_t iPhysicalAddress);
-      CCECClient *RegisterClient(libcec_configuration *configuration);
+      CCECClient *RegisterClient(libcec_configuration &configuration);
       void UnregisterClients(void);
+      std::vector<CCECClient *> GetClients(void) { return m_clients; };
 
       CCECProcessor *           m_cec;