diff options
Diffstat (limited to 'toxav')
-rw-r--r-- | toxav/msi.c | 2 |
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 { | |||
82 | void msg_init (MSIMessage *dest, MSIRequest request); | 82 | void msg_init (MSIMessage *dest, MSIRequest request); |
83 | int msg_parse_in ( MSIMessage *dest, const uint8_t *data, uint16_t length ); | 83 | int msg_parse_in ( MSIMessage *dest, const uint8_t *data, uint16_t length ); |
84 | uint8_t *msg_parse_header_out ( MSIHeaderID id, uint8_t *dest, const void *value, uint8_t value_len, uint16_t *length ); | 84 | uint8_t *msg_parse_header_out ( MSIHeaderID id, uint8_t *dest, const void *value, uint8_t value_len, uint16_t *length ); |
85 | int send_message ( Messenger* m, uint32_t friend_number, const MSIMessage *msg ); | 85 | static int send_message ( Messenger* m, uint32_t friend_number, const MSIMessage *msg ); |
86 | int send_error ( Messenger* m, uint32_t friend_number, MSIError error ); | 86 | int send_error ( Messenger* m, uint32_t friend_number, MSIError error ); |
87 | static int invoke_callback(MSICall* call, MSICallbackID cb); | 87 | static int invoke_callback(MSICall* call, MSICallbackID cb); |
88 | static MSICall *get_call ( MSISession *session, uint32_t friend_number ); | 88 | static MSICall *get_call ( MSISession *session, uint32_t friend_number ); |