]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/libtnccs/plugins/tnc_tnccs/tnc_tnccs_manager.h
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libtnccs / plugins / tnc_tnccs / tnc_tnccs_manager.h
CommitLineData
de1cb328
AS
1/*
2 * Copyright (C) 2010 Andreas Steffen
19ef2aec
TB
3 *
4 * Copyright (C) secunet Security Networks AG
de1cb328
AS
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
f0a8bf47 17/**
f0a8bf47
AS
18 * @defgroup tnc_tnccs_manager tnc_tnccs_manager
19 * @{ @ingroup tnc_tnccs
20 */
21
22#ifndef TNC_TNCCS_MANAGER_H_
23#define TNC_TNCCS_MANAGER_H_
de1cb328 24
f0a8bf47
AS
25#include <tnc/tnccs/tnccs_manager.h>
26
27/**
28 * Create a TNCCS manager instance.
29 */
30tnccs_manager_t *tnc_tnccs_manager_create();
de1cb328 31
f0a8bf47 32#endif /** TNC_TNCCS_MANAGER_H_ @}*/