dr_8a.h   dr_8a.h 
skipping to change at line 77 skipping to change at line 77
* \return a pointer to a new "CUEI" descriptor structure * \return a pointer to a new "CUEI" descriptor structure
* which contains the decoded data. * which contains the decoded data.
*/ */
dvbpsi_cuei_dr_t* dvbpsi_DecodeCUEIDr(dvbpsi_descriptor_t * p_descriptor); dvbpsi_cuei_dr_t* dvbpsi_DecodeCUEIDr(dvbpsi_descriptor_t * p_descriptor);
/************************************************************************** *** /************************************************************************** ***
* dvbpsi_GenCUEIDataDr * dvbpsi_GenCUEIDataDr
************************************************************************** ***/ ************************************************************************** ***/
/*! /*!
* \fn dvbpsi_descriptor_t * dvbpsi_GenCUEIDr( * \fn dvbpsi_descriptor_t * dvbpsi_GenCUEIDr(
dvbpsi_cuei_dr_t * p_decoded, int b_duplicate) dvbpsi_cuei_dr_t * p_decoded, bool b_duplicate)
* \brief "CUEI" descriptor generator. * \brief "CUEI" descriptor generator.
* \param p_decoded pointer to a decoded "CUEI" descriptor * \param p_decoded pointer to a decoded "CUEI" descriptor
* structure * structure
* \param b_duplicate if non zero then duplicate the p_decoded structure in to * \param b_duplicate if true then duplicate the p_decoded structure into
* the descriptor * the descriptor
* \return a pointer to a new descriptor structure which contains encoded d ata. * \return a pointer to a new descriptor structure which contains encoded d ata.
*/ */
dvbpsi_descriptor_t * dvbpsi_GenCUEIDr(dvbpsi_cuei_dr_t * p_decoded); dvbpsi_descriptor_t * dvbpsi_GenCUEIDr(dvbpsi_cuei_dr_t * p_decoded, bool b _duplicate);
#ifdef __cplusplus #ifdef __cplusplus
}; };
#endif #endif
#else #else
#error "Multiple inclusions of dr_8a.h" #error "Multiple inclusions of dr_8a.h"
#endif #endif
 End of changes. 3 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/