X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2FCECExportsC.h;h=359b0e6d7a8431e552e49ad715dd6ac3eec932c8;hb=9dee1670cb5167360026a910a33de46e811a8588;hp=d1987cb18720233b064ef474976b88e74a6107cd;hpb=a6b6469cc934c046067a5f518d47344b749ab9f1;p=deb_libcec.git diff --git a/include/CECExportsC.h b/include/CECExportsC.h index d1987cb..359b0e6 100644 --- a/include/CECExportsC.h +++ b/include/CECExportsC.h @@ -177,9 +177,9 @@ extern DECLSPEC bool cec_get_next_command(cec_command *command); * @return True when the data was sent and acked, false otherwise. */ #ifdef __cplusplus -extern DECLSPEC bool cec_transmit(const CEC::cec_frame &data, bool bWaitForAck = true); +extern DECLSPEC bool cec_transmit(const CEC::cec_command &data, bool bWaitForAck = true); #else -extern DECLSPEC bool cec_transmit(const cec_frame &data, bool bWaitForAck = true); +extern DECLSPEC bool cec_transmit(const cec_command &data, bool bWaitForAck = true); #endif /*!