diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-09-05 18:00:48 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-10-11 15:16:05 +0200 |
commit | ec6ad6b08616b9d3e1a3b3dffc06d56f65179a06 (patch) | |
tree | d7457304cbc07abdee36d633a953e84388e96dd5 /src/pool/pool_usage.h | |
parent | 5abe3c52d396339f3e1ac5f5a63cb8a4dfa0209d (diff) | |
download | strongswan-ec6ad6b08616b9d3e1a3b3dffc06d56f65179a06.tar.bz2 strongswan-ec6ad6b08616b9d3e1a3b3dffc06d56f65179a06.tar.xz |
pool: Move the pool utility to its own directory in src
Diffstat (limited to 'src/pool/pool_usage.h')
-rw-r--r-- | src/pool/pool_usage.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/pool/pool_usage.h b/src/pool/pool_usage.h new file mode 100644 index 000000000..0082ef6f2 --- /dev/null +++ b/src/pool/pool_usage.h @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2008 Martin Willi + * Copyright (C) 2009-2010 Andreas Steffen + * Hochschule fuer Technik Rapperswil + * + * 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. See <http://www.fsf.org/copyleft/gpl.txt>. + * + * 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. + */ + +#ifndef POOL_USAGE_H_ +#define POOL_USAGE_H_ + +/** + * print pool usage info + */ +void usage(void); + +#endif /* POOL_USAGE_H_ */ |