X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=37bccc187b23aefc856d4dac18d4a32ad6b3cf61;hb=2c7c8c4bd985a5148d063fe7c797330e199ce2ff;hp=f270df7737a53e80ed1e10c44a3f6588ab68cb2d;hpb=7837bab3f716a157f901a43bf6367e6203e4c60b;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index f270df7..37bccc1 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -246,9 +246,9 @@ extern DECLSPEC int cec_send_key_release(cec_logical_address iDestination, int b #endif #ifdef __cplusplus -extern DECLSPEC CEC::cec_osd_name cec_get_osd_name(CEC::cec_logical_address iAddress); +extern DECLSPEC CEC::cec_osd_name cec_get_device_osd_name(CEC::cec_logical_address iAddress); #else -extern DECLSPEC cec_osd_name cec_get_osd_name(cec_logical_address iAddress); +extern DECLSPEC cec_osd_name cec_get_device_osd_name(cec_logical_address iAddress); #endif extern DECLSPEC int cec_enable_physical_address_detection(void);