File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / pool / pool_usage.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:45 2020 UTC (4 years, 2 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: /*
    2:  * Copyright (C) 2008 Martin Willi
    3:  * Copyright (C) 2009-2010 Andreas Steffen
    4:  * HSR Hochschule fuer Technik Rapperswil
    5:  *
    6:  * This program is free software; you can redistribute it and/or modify it
    7:  * under the terms of the GNU General Public License as published by the
    8:  * Free Software Foundation; either version 2 of the License, or (at your
    9:  * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
   10:  *
   11:  * This program is distributed in the hope that it will be useful, but
   12:  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
   13:  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   14:  * for more details.
   15:  */
   16: 
   17: #ifndef POOL_USAGE_H_
   18: #define POOL_USAGE_H_
   19: 
   20: /**
   21:  * print pool usage info
   22:  */
   23: void usage(void);
   24: 
   25: #endif /* POOL_USAGE_H_ */

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