-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule miniupnp
updated
13 files
+6 −33 | appveyor.yml | |
+2 −2 | miniupnpc/CMakeLists.txt | |
+9 −1 | miniupnpc/Changelog.txt | |
+2 −2 | miniupnpc/Makefile | |
+1 −1 | miniupnpc/VERSION | |
+10 −1 | miniupnpc/apiversions.txt | |
+6 −4 | miniupnpc/include/miniupnpc.h | |
+1 −6 | miniupnpc/include/miniupnpctypes.h | |
+0 −25 | miniupnpc/include/miniwget.h | |
+2 −9 | miniupnpc/include/upnpreplyparse.h | |
+40 −1 | miniupnpc/src/miniwget_private.h | |
+56 −51 | miniupnpc/src/upnpcommands.c | |
+18 −3 | miniupnpc/src/upnpreplyparse.c |