summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-06-05 22:18:21 +0200
committermannol <eniz_vukovic@hotmail.com>2015-06-05 22:18:21 +0200
commit979d7730aa85502881788223a1fb4e30badaa159 (patch)
tree0db6483cc87feec1871555ad021682eeb2e6056f /toxav
parentd694839d60011900c20b2d947560e2edccd0d8a9 (diff)
Forgot about this
Diffstat (limited to 'toxav')
-rw-r--r--toxav/toxav.h5
1 files changed, 5 insertions, 0 deletions
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 */