X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=6c28506cbffa49f08f12db8b42ab8cd7b416b12e;hb=988de7b930e56f4acc1d03afd5e01cea9b67754f;hp=07050bcb5f577f1ee4146fe69bd086cc6bd429df;hpb=a33794d8b865d4b1d7b82fbae70bdb7658129614;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 07050bc..6c28506 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -205,6 +205,11 @@ extern DECLSPEC int cec_send_key_release(CEC::cec_logical_address iDestination, extern DECLSPEC int cec_send_key_release(cec_logical_address iDestination, int bWait); #endif +#ifdef __cplusplus +extern DECLSPEC CEC::cec_osd_name cec_get_osd_name(CEC::cec_logical_address iAddress); +#else +extern DECLSPEC cec_osd_name cec_get_osd_name(cec_logical_address iAddress); +#endif #ifdef __cplusplus };