summaryrefslogtreecommitdiff
path: root/docs/av_api.md
diff options
context:
space:
mode:
authorPeter Maatman <blackwolf12333@gmail.com>2013-11-01 12:01:39 +0100
committerPeter Maatman <blackwolf12333@gmail.com>2013-11-01 12:01:39 +0100
commit7fc3ed009a687a548d7d86a5d76afc60796622e6 (patch)
tree8fc9b810846286a519686cb91ee05cfbfa6b9185 /docs/av_api.md
parent52ee379677717124bf38e2210658883b12c78554 (diff)
Update av_api.md
forgot one paragraph
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 5b576520..17930144 100644
--- a/docs/av_api.md
+++ b/docs/av_api.md
@@ -31,7 +31,7 @@ const uint8_t* _user_agent - string describing phone client version.
31Return value: 31Return value:
32msi_session_t* - pointer to a newly created msi session handler. 32msi_session_t* - pointer to a newly created msi session handler.
33 33
34msi_session_t reference: 34###msi_session_t reference:
35 35
36How to handle msi session: 36How to handle msi session:
37Controling is done via callbacks and action handlers. 37Controling is done via callbacks and action handlers.