X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=0aca0b7683a811efe671e72293656a4c77c529fc;hb=b1bd94283cef75676b987f30d61f26fad09c19c3;hp=2e1f9a80d8ab6f5260aa7eaf47450a9be51f238f;hpb=6d2bc8defa92bf09ab5b6600a1d17b81c024b3d8;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 2e1f9a8..0aca0b7 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -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. @@ -282,7 +282,13 @@ extern DECLSPEC uint8_t cec_audio_mute(void); extern DECLSPEC uint8_t cec_audio_unmute(void); -extern DECLSPEC uint8_t cec_audio_status(void); +extern DECLSPEC uint8_t cec_audio_get_status(void); + +#ifdef __cplusplus +extern DECLSPEC int8_t cec_detect_adapters(CEC::cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath, int bQuickScan); +#else +extern DECLSPEC int8_t cec_detect_adapters(cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath, int bQuickScan); +#endif #ifdef __cplusplus };