summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-07-09 03:41:28 +0200
committermannol <eniz_vukovic@hotmail.com>2015-07-09 03:41:28 +0200
commit10e0209f2a21d161b02f3fbe2c7c762c39747949 (patch)
treebbee8ee98edee01d05804bd034d583f23db33a9c
parentdd0880af3850c44ad143330827adf5a99cbe07be (diff)
parentb5b32b91976f04f268d1a6be85232c360b542589 (diff)
Merge branch 'new_api' of github.com:mannol/toxcore into new_api
-rw-r--r--toxav/msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index d3559160..ec2f4bf2 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -82,7 +82,7 @@ typedef struct {
82void msg_init (MSIMessage *dest, MSIRequest request); 82void msg_init (MSIMessage *dest, MSIRequest request);
83int msg_parse_in ( MSIMessage *dest, const uint8_t *data, uint16_t length ); 83int msg_parse_in ( MSIMessage *dest, const uint8_t *data, uint16_t length );
84uint8_t *msg_parse_header_out ( MSIHeaderID id, uint8_t *dest, const void *value, uint8_t value_len, uint16_t *length ); 84uint8_t *msg_parse_header_out ( MSIHeaderID id, uint8_t *dest, const void *value, uint8_t value_len, uint16_t *length );
85int send_message ( Messenger* m, uint32_t friend_number, const MSIMessage *msg ); 85static int send_message ( Messenger* m, uint32_t friend_number, const MSIMessage *msg );
86int send_error ( Messenger* m, uint32_t friend_number, MSIError error ); 86int send_error ( Messenger* m, uint32_t friend_number, MSIError error );
87static int invoke_callback(MSICall* call, MSICallbackID cb); 87static int invoke_callback(MSICall* call, MSICallbackID cb);
88static MSICall *get_call ( MSISession *session, uint32_t friend_number ); 88static MSICall *get_call ( MSISession *session, uint32_t friend_number );