Diff between 92ec168657eeaf4dc51ee43f1f3e54e407bf29fd and 4a204517823f4afa0490832e0b49432a1b16feae

Changed Files

File Additions Deletions Status
unit/test-gobex.c +2 -2 modified

Full Patch

diff --git a/unit/test-gobex.c b/unit/test-gobex.c
index 74e7759..49cf31b 100644
--- a/unit/test-gobex.c
+++ b/unit/test-gobex.c
@@ -229,7 +229,7 @@ static gboolean send_nothing(GIOChannel *io, GIOCondition cond,
 }
 
 static void send_req(GObexPacket *req, GObexResponseFunc rsp_func,
-				GIOFunc send_rsp_func, gint req_timeout,
+				GIOFunc send_rsp_func, int req_timeout,
 				int transport_type)
 {
 	GError *gerr = NULL;
@@ -269,7 +269,7 @@ static void send_req(GObexPacket *req, GObexResponseFunc rsp_func,
 }
 
 static void send_connect(GObexResponseFunc rsp_func, GIOFunc send_rsp_func,
-					gint req_timeout, int transport_type)
+					int req_timeout, int transport_type)
 {
 	GObexPacket *req;
 	guint8 connect_data[] = { 0x10, 0x00, 0x10, 0x00 };