summaryrefslogtreecommitdiff
path: root/docs/av_api.md
diff options
context:
space:
mode:
authorPeter Maatman <blackwolf12333@gmail.com>2013-11-01 12:00:42 +0100
committerPeter Maatman <blackwolf12333@gmail.com>2013-11-01 12:00:42 +0100
commit52ee379677717124bf38e2210658883b12c78554 (patch)
treef5533800308b417a5d0593c1aa1f5258a161e757 /docs/av_api.md
parent21c8c672c1141778c20aa232da755d5f2e0e808d (diff)
Update av_api.md
some markup was fucked up :P
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