From 9fa6e70a550af52de1a9857568d51b4afd7f1a6b Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Tue, 2 Dec 2014 14:48:39 +0100 Subject: [PATCH] miniupnpc-libevent: #define MINIUPNPC_LIBEVENT_API_VERSION 1 --- miniupnpc-libevent/miniupnpc-libevent.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/miniupnpc-libevent/miniupnpc-libevent.h b/miniupnpc-libevent/miniupnpc-libevent.h index e09e9a3..9daebf7 100644 --- a/miniupnpc-libevent/miniupnpc-libevent.h +++ b/miniupnpc-libevent/miniupnpc-libevent.h @@ -1,4 +1,4 @@ -/* $Id: miniupnpc-libevent.h,v 1.10 2014/12/01 17:41:11 nanard Exp $ */ +/* $Id: miniupnpc-libevent.h,v 1.11 2014/12/02 13:33:42 nanard Exp $ */ /* miniupnpc-libevent * Copyright (c) 2008-2014, Thomas BERNARD * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ @@ -26,6 +26,8 @@ extern "C" { #endif +#define MINIUPNPC_LIBEVENT_API_VERSION 1 + #define UPNPC_OK 0 #define UPNPC_ERR_INVALID_ARGS (-1) #define UPNPC_ERR_SOCKET_FAILED (-2)