summaryrefslogtreecommitdiff
path: root/toxav/msi.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-03-07 03:13:04 +0100
committermannol <eniz_vukovic@hotmail.com>2014-03-07 03:13:04 +0100
commit6a78e2e71c1471b89646a71a1adeb0529cfb73d4 (patch)
tree1d4a05504f63efe64339155ae30e31799bafda57 /toxav/msi.h
parent71284fabf881604ace3167830a0b1667832e971f (diff)
Fixed several bugs and added some features
Diffstat (limited to 'toxav/msi.h')
-rwxr-xr-x[-rw-r--r--]toxav/msi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.h b/toxav/msi.h
index a70685f8..83de0117 100644..100755
--- a/toxav/msi.h
+++ b/toxav/msi.h
@@ -206,7 +206,7 @@ int msi_answer ( MSISession *session, MSICallType call_type );
206 * @param reason Set optional reason header. Pass NULL if none. 206 * @param reason Set optional reason header. Pass NULL if none.
207 * @return int 207 * @return int
208 */ 208 */
209int msi_cancel ( MSISession *session, uint32_t peer, const uint8_t *reason ); 209int msi_cancel ( MSISession* session, uint32_t peer, const char* reason );
210 210
211 211
212/** 212/**