diff options
Diffstat (limited to 'toxav/msi.h')
-rw-r--r-- | toxav/msi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toxav/msi.h b/toxav/msi.h index 4f73e58b..b99b2de8 100644 --- a/toxav/msi.h +++ b/toxav/msi.h | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | typedef uint8_t MSICallIDType[12]; | 30 | typedef uint8_t MSICallIDType[12]; |
31 | typedef uint8_t MSIReasonStrType[255]; | 31 | typedef uint8_t MSIReasonStrType[255]; |
32 | typedef void ( *MSICallbackType ) ( void* agent, int32_t call_idx, void *arg ); | 32 | typedef void ( *MSICallbackType ) ( void *agent, int32_t call_idx, void *arg ); |
33 | 33 | ||
34 | 34 | ||
35 | /** | 35 | /** |
@@ -65,12 +65,12 @@ typedef enum { | |||
65 | MSI_OnCancel, | 65 | MSI_OnCancel, |
66 | MSI_OnReject, | 66 | MSI_OnReject, |
67 | MSI_OnEnd, | 67 | MSI_OnEnd, |
68 | 68 | ||
69 | /* Responses */ | 69 | /* Responses */ |
70 | MSI_OnRinging, | 70 | MSI_OnRinging, |
71 | MSI_OnStarting, | 71 | MSI_OnStarting, |
72 | MSI_OnEnding, | 72 | MSI_OnEnding, |
73 | 73 | ||
74 | /* Protocol */ | 74 | /* Protocol */ |
75 | MSI_OnRequestTimeout, | 75 | MSI_OnRequestTimeout, |
76 | MSI_OnPeerTimeout, | 76 | MSI_OnPeerTimeout, |
@@ -123,7 +123,7 @@ typedef struct _MSISession { | |||
123 | MSICall **calls; | 123 | MSICall **calls; |
124 | int32_t max_calls; | 124 | int32_t max_calls; |
125 | 125 | ||
126 | void *agent_handler; | 126 | void *agent_handler; |
127 | Messenger *messenger_handle; | 127 | Messenger *messenger_handle; |
128 | 128 | ||
129 | uint32_t frequ; | 129 | uint32_t frequ; |