summaryrefslogtreecommitdiff
path: root/docs/av_api.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/av_api.md')
-rw-r--r--docs/av_api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/av_api.md b/docs/av_api.md
index 6cd7f79a..5b576520 100644
--- a/docs/av_api.md
+++ b/docs/av_api.md
@@ -56,7 +56,7 @@ void msi_register_callback_requ_timeout ( MCALLBACK );
56``` 56```
57 57
58MCALLBACK is defined as: void (*callback) (void* _arg) 58MCALLBACK is defined as: void (*callback) (void* _arg)
59msi_session_t* handler is being thrown as _arg so you can use that and _agent_handler to get to your own phone handler 59msi_session_t* handler is being thrown as \_arg so you can use that and \_agent_handler to get to your own phone handler
60directly from callback. 60directly from callback.
61 61
62 62