summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--other/apidsl/toxav.in.h3
-rw-r--r--toxav/toxav.h5
2 files changed, 8 insertions, 0 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index 0631c827..f3aa6f10 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -618,5 +618,8 @@ namespace video {
618 618
619} 619}
620%{ 620%{
621#ifdef __cplusplus
622}
621#endif 623#endif
624#endif /* TOXAV_H */
622%} 625%}
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 0b9be241..ffe9fbb9 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -630,4 +630,9 @@ typedef void toxav_video_receive_frame_cb(ToxAV *toxAV, uint32_t friend_number,
630 * 630 *
631 */ 631 */
632void toxav_callback_video_receive_frame(ToxAV *toxAV, toxav_video_receive_frame_cb *callback, void *user_data); 632void toxav_callback_video_receive_frame(ToxAV *toxAV, toxav_video_receive_frame_cb *callback, void *user_data);
633
634#ifdef __cplusplus
635}
633#endif 636#endif
637
638#endif /* TOXAV_H */