X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fupnp.h;fp=src%2Fupnp.h;h=dd0531bb1c3cb1f0005f0dd6597d2c330bb8f937;hb=513bffe1fee07bcbcb50691e221874adc1507857;hp=0000000000000000000000000000000000000000;hpb=2bb567c6a31e333ebdd16d6d076ba9976e6ed4fb;p=tinc diff --git a/src/upnp.h b/src/upnp.h new file mode 100644 index 00000000..dd0531bb --- /dev/null +++ b/src/upnp.h @@ -0,0 +1,27 @@ +/* + upnp.h -- UPnP-IGD client + Copyright (C) 2015 Guus Sliepen + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +*/ + +#ifndef __UPNP_H__ +#define __UPNP_H__ + +#include "system.h" + +extern void upnp_init(bool, bool); + +#endif