Annotation of embedaddon/miniupnpc/src/addr_is_reserved.h, revision 1.1
1.1 ! misho 1: /* $Id: addr_is_reserved.h,v 1.1 2020/09/28 21:11:19 nanard Exp $ */
! 2: /* vim: tabstop=4 shiftwidth=4 noexpandtab
! 3: * Project: miniupnp
! 4: * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
! 5: * Author: Thomas Bernard
! 6: * Copyright (c) 2005-2020 Thomas Bernard
! 7: * This software is subjects to the conditions detailed
! 8: * in the LICENCE file provided within this distribution */
! 9: #ifndef ADDR_IS_RESERVED_H_INCLUDED
! 10: #define ADDR_IS_RESERVED_H_INCLUDED
! 11:
! 12: int addr_is_reserved(const char * addr_str);
! 13:
! 14: #endif /* ADDR_IS_RESERVED_H_INCLUDED */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>