From efb070df9ff9954dba910169003b5ccad8a00cb6 Mon Sep 17 00:00:00 2001 From: mannol Date: Wed, 19 Feb 2014 23:12:36 +0100 Subject: Removed user agent header from msi and updated travis build stuff --- toxav/msi.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'toxav/msi.h') diff --git a/toxav/msi.h b/toxav/msi.h index 84a30f63..a70685f8 100644 --- a/toxav/msi.h +++ b/toxav/msi.h @@ -103,8 +103,6 @@ typedef struct _MSISession { int last_error_id; /* Determine the last error */ const uint8_t *last_error_str; - const uint8_t *ua_name; - void *agent_handler; /* Pointer to an object that is handling msi */ Messenger *messenger_handle; @@ -152,11 +150,10 @@ void msi_register_callback(MSICallback callback, MSICallbackID id); * @brief Start the control session. * * @param messenger Tox* object. - * @param user_agent User agent, i.e. 'Venom'; 'QT-gui' * @return MSISession* The created session. * @retval NULL Error occured. */ -MSISession *msi_init_session ( Messenger *messenger, const uint8_t *ua_name ); +MSISession *msi_init_session ( Messenger *messenger ); /** -- cgit v1.2.3