Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
easion committed Jan 30, 2015
1 parent be2db97 commit 6dfe015
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion iface.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
* Author: easion,<[email protected]>
* Website: http://www.envcat.com/
*/

/* MiniUPnP project
* (c) 2007-2014 Thomas Bernard
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */

#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
Expand Down
5 changes: 5 additions & 0 deletions natpmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
* Author: easion,<[email protected]>
* Website: http://www.envcat.com/
*/
/* MiniUPnP project
* (c) 2007-2014 Thomas Bernard
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */

#include <unistd.h>
#include <string.h>
Expand Down

0 comments on commit 6dfe015

Please sign in to comment.