From 18281f4d205d9e320fad23ac3c28b66ea4bb2ff7 Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Thu, 2 Oct 2014 18:43:13 +0200 Subject: remove dangling upnp port mappings, updated miniupnpc --- external/miniupnpc/upnperrors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 external/miniupnpc/upnperrors.h (limited to 'external/miniupnpc/upnperrors.h') diff --git a/external/miniupnpc/upnperrors.h b/external/miniupnpc/upnperrors.h old mode 100755 new mode 100644 index 077d6938b..b42c6424a --- a/external/miniupnpc/upnperrors.h +++ b/external/miniupnpc/upnperrors.h @@ -1,4 +1,4 @@ -/* $Id: upnperrors.h,v 1.4 2012/09/27 15:42:11 nanard Exp $ */ +/* $Id: upnperrors.h,v 1.2 2008/07/02 23:31:15 nanard Exp $ */ /* (c) 2007 Thomas Bernard * All rights reserved. * MiniUPnP Project. @@ -17,7 +17,7 @@ extern "C" { /* strupnperror() * Return a string description of the UPnP error code * or NULL for undefinded errors */ -LIBSPEC const char * strupnperror(int err); +MINIUPNP_LIBSPEC const char * strupnperror(int err); #ifdef __cplusplus } -- cgit v1.2.3