DEADSOFTWARE

fixed signature of upnpDiscover()
[d2df-sdl.git] / src / lib / miniupnpc / miniupnpc.pas
index 3e453b1bab7c1a0b2a2a3a9b91714434b19542ea..3a6f0834d64e7790cc3b691e28ace14081e0797a 100644 (file)
@@ -1,4 +1,4 @@
-{$DEFINE LIBMINIUPNPC_WINDOZE_STATIC}
+{.$DEFINE LIBMINIUPNPC_WINDOZE_STATIC}
 
 {$MODE OBJFPC}
 {$PACKRECORDS C}
@@ -95,6 +95,7 @@ function upnpDiscover(
       minissdpdsock:pchar;
       sameport:integer;
          IPV6:integer;
+    ttl:shortint;
          error:pinteger):PUPNPDev; MINIUPNPC_IMPL;