Merge commit 'aae086cc650e42eec1eea8db28cd01fa868d7f90'
This commit is contained in:
6
external/toxcore/c-toxcore/toxav/msi.h
vendored
6
external/toxcore/c-toxcore/toxav/msi.h
vendored
@ -38,7 +38,6 @@ typedef enum MSICapabilities {
|
||||
MSI_CAP_R_VIDEO = 32, /* receiving video */
|
||||
} MSICapabilities;
|
||||
|
||||
|
||||
/**
|
||||
* Call state identifiers.
|
||||
*/
|
||||
@ -80,13 +79,12 @@ typedef struct MSICall {
|
||||
struct MSICall *prev;
|
||||
} MSICall;
|
||||
|
||||
|
||||
/**
|
||||
* Expected return on success is 0, if any other number is
|
||||
* returned the call is considered errored and will be handled
|
||||
* as such which means it will be terminated without any notice.
|
||||
*/
|
||||
typedef int msi_action_cb(void *av, MSICall *call);
|
||||
typedef int msi_action_cb(void *object, MSICall *call);
|
||||
|
||||
/**
|
||||
* Control session struct. Please do not modify outside msi.c
|
||||
@ -144,4 +142,4 @@ int msi_answer(MSICall *call, uint8_t capabilities);
|
||||
*/
|
||||
int msi_change_capabilities(MSICall *call, uint8_t capabilities);
|
||||
|
||||
#endif // C_TOXCORE_TOXAV_MSI_H
|
||||
#endif /* C_TOXCORE_TOXAV_MSI_H */
|
||||
|
Reference in New Issue
Block a user