Forgot about this

This commit is contained in:
mannol 2015-06-05 22:18:21 +02:00
parent d694839d60
commit 979d7730aa
2 changed files with 8 additions and 0 deletions

View File

@ -618,5 +618,8 @@ namespace video {
} }
%{ %{
#ifdef __cplusplus
}
#endif #endif
#endif /* TOXAV_H */
%} %}

View File

@ -630,4 +630,9 @@ typedef void toxav_video_receive_frame_cb(ToxAV *toxAV, uint32_t friend_number,
* *
*/ */
void toxav_callback_video_receive_frame(ToxAV *toxAV, toxav_video_receive_frame_cb *callback, void *user_data); void toxav_callback_video_receive_frame(ToxAV *toxAV, toxav_video_receive_frame_cb *callback, void *user_data);
#ifdef __cplusplus
}
#endif #endif
#endif /* TOXAV_H */