X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=8c9bc932b82907edcf8936c6f45d31bde95bff6d;hb=547b390d1c90e922b7c2191393ba12ec388750ca;hp=c8e0d0e2d23805d9a2cb696588f1f8679cdf943f;hpb=761ccce0c3c48da744dfa01f62097ebf54d01f52;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index c8e0d0e..8c9bc93 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -60,9 +60,9 @@ extern DECLSPEC int cec_open(const char *strPort, uint32_t iTimeout); extern DECLSPEC void cec_close(void); #ifdef __cplusplus -extern DECLSPEC int cec_enable_callbacks(CEC::ICECCallbacks *callbacks); +extern DECLSPEC int cec_enable_callbacks(void *cbParam, CEC::ICECCallbacks *callbacks); #else -extern DECLSPEC int cec_enable_callbacks(ICECCallbacks *callbacks); +extern DECLSPEC int cec_enable_callbacks(void *cbParam, ICECCallbacks *callbacks); #endif #ifdef __cplusplus