X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fupnp.h;h=b611bc1139181e60f9ac6cc9ef04e74289b42786;hb=42d2dff33306beae8ddbd9cc991ad80f135950a6;hp=dd0531bb1c3cb1f0005f0dd6597d2c330bb8f937;hpb=513bffe1fee07bcbcb50691e221874adc1507857;p=tinc diff --git a/src/upnp.h b/src/upnp.h index dd0531bb..b611bc11 100644 --- a/src/upnp.h +++ b/src/upnp.h @@ -1,3 +1,6 @@ +#ifndef TINC_UPNP_H +#define TINC_UPNP_H + /* upnp.h -- UPnP-IGD client Copyright (C) 2015 Guus Sliepen @@ -17,11 +20,8 @@ 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); +extern void upnp_init(bool tcp, bool udp); #endif