From 979d7730aa85502881788223a1fb4e30badaa159 Mon Sep 17 00:00:00 2001 From: mannol Date: Fri, 5 Jun 2015 22:18:21 +0200 Subject: Forgot about this --- other/apidsl/toxav.in.h | 3 +++ toxav/toxav.h | 5 +++++ 2 files changed, 8 insertions(+) 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 { } %{ +#ifdef __cplusplus +} #endif +#endif /* TOXAV_H */ %} 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, * */ void toxav_callback_video_receive_frame(ToxAV *toxAV, toxav_video_receive_frame_cb *callback, void *user_data); + +#ifdef __cplusplus +} #endif + +#endif /* TOXAV_H */ -- cgit v1.2.3