summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/src/vk.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/VKontakte/src/vk.h')
-rw-r--r--protocols/VKontakte/src/vk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h
index d6a9a0f9d0..8b979cd8cf 100644
--- a/protocols/VKontakte/src/vk.h
+++ b/protocols/VKontakte/src/vk.h
@@ -20,7 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VK_API_URL "api.vk.com"
#define VK_REDIRECT_URL "http://" VK_API_URL "/blank.html"
-typedef NETLIBHTTPHEADER HttpParam;
+struct HttpParam
+{
+ LPCSTR szName, szValue;
+};
extern HINSTANCE hInst;