mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Forgot about this
This commit is contained in:
parent
d694839d60
commit
979d7730aa
|
@ -618,5 +618,8 @@ namespace video {
|
||||||
|
|
||||||
}
|
}
|
||||||
%{
|
%{
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* 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);
|
void toxav_callback_video_receive_frame(ToxAV *toxAV, toxav_video_receive_frame_cb *callback, void *user_data);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* TOXAV_H */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user