summaryrefslogtreecommitdiff
path: root/other/apidsl
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-07-10 14:28:43 +0200
committermannol <eniz_vukovic@hotmail.com>2015-07-10 16:54:53 +0200
commit7d5de68364f83662a19e45e6e3ab021414178df5 (patch)
tree8a884582981b119afda7bfe994bf791b0a223de2 /other/apidsl
parent10e0209f2a21d161b02f3fbe2c7c762c39747949 (diff)
Fixed CALL_STATE naming
Diffstat (limited to 'other/apidsl')
-rw-r--r--other/apidsl/toxav.in.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/apidsl/toxav.in.h b/other/apidsl/toxav.in.h
index 4b328a30..22a01602 100644
--- a/other/apidsl/toxav.in.h
+++ b/other/apidsl/toxav.in.h
@@ -323,11 +323,11 @@ bitmask FRIEND_CALL_STATE {
323 /** 323 /**
324 * The flag that marks that friend is receiving audio. 324 * The flag that marks that friend is receiving audio.
325 */ 325 */
326 RECEIVING_A, 326 ACCEPTING_A,
327 /** 327 /**
328 * The flag that marks that friend is receiving video. 328 * The flag that marks that friend is receiving video.
329 */ 329 */
330 RECEIVING_V, 330 ACCEPTING_V,
331} 331}
332event call_state { 332event call_state {
333 /** 333 /**