From 419e301b09de1935ab61f9a28363bb375fc7e208 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 2 Aug 2015 20:42:43 +0000 Subject: Steam: - fixed bug with default group creation - added HttpResponse - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@14824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/request_queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/request_queue.h') diff --git a/protocols/Steam/src/request_queue.h b/protocols/Steam/src/request_queue.h index 3a213be0bf..0cd8811536 100644 --- a/protocols/Steam/src/request_queue.h +++ b/protocols/Steam/src/request_queue.h @@ -1,7 +1,7 @@ #ifndef _REQUEST_QUEUE_H_ #define _REQUEST_QUEUE_H_ -typedef void(*HttpResponseCallback)(const NETLIBHTTPREQUEST *response, void *arg); +typedef void(*HttpResponseCallback)(const HttpResponse *response, void *arg); typedef void(*HttpFinallyCallback)(void *arg); struct RequestQueueItem -- cgit v1.2.3