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)