File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpc / src / addr_is_reserved.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:21:37 2023 UTC (9 months ago) by misho
Branches: miniupnpc, MAIN
CVS tags: v2_2_5p0, HEAD
Version 2.2.5p0

/* $Id: addr_is_reserved.h,v 1.1.1.1 2023/09/27 11:21:37 misho Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab
 * Project: miniupnp
 * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
 * Author: Thomas Bernard
 * Copyright (c) 2005-2020 Thomas Bernard
 * This software is subjects to the conditions detailed
 * in the LICENCE file provided within this distribution */
#ifndef ADDR_IS_RESERVED_H_INCLUDED
#define ADDR_IS_RESERVED_H_INCLUDED

int addr_is_reserved(const char * addr_str);

#endif /* ADDR_IS_RESERVED_H_INCLUDED */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>