toshiba: map top menu and dvd menu buttons. closes #148
[deb_libcec.git] / src / lib / implementations / RLCommandHandler.h
index 446c91b883dc217a9e636ea2689ea24c834a647e..be9b5d9af39ccc30f2f17d3dd18fe6d2af62f8c1 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * This file is part of the libCEC(R) library.
  *
- * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited.  All rights reserved.
+ * libCEC(R) is Copyright (C) 2011-2013 Pulse-Eight Limited.  All rights reserved.
  * libCEC(R) is an original work, containing original code.
  *
  * libCEC(R) is a trademark of Pulse-Eight Limited.
@@ -46,5 +46,6 @@ namespace CEC
     virtual ~CRLCommandHandler(void) {};
 
     bool InitHandler(void);
+    int HandleDeviceVendorCommandWithId(const cec_command &command);
   };
 };