Add extern "C" block in im_encryption_engine.h

This commit is contained in:
François Grisez 2017-03-27 13:38:50 +02:00
parent e729b823d6
commit f5269c919d

View file

@ -22,6 +22,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "linphone/types.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* @addtogroup misc
* @{
@ -242,4 +246,8 @@ LINPHONE_PUBLIC void linphone_im_encryption_engine_cbs_set_generate_file_transfe
* @}
*/
#ifdef __cplusplus
}
#endif
#endif /* LINPHONE_IM_ENCRYPTION_ENGINE_H */