]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/charon-nm/nm/nm_backend.h
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / charon-nm / nm / nm_backend.h
1 /*
2 * Copyright (C) 2012 Tobias Brunner
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
8 *
9 * This program is distributed in the hope that it will be useful, but
10 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12 * for more details.
13 */
14
15 /**
16 * @defgroup charon-nm charon-nm
17 *
18 * @defgroup nm nm
19 * @ingroup charon-nm
20 *
21 * @defgroup nm_backend nm_backend
22 * @{ @ingroup nm
23 */
24
25 #ifndef NM_BACKEND_H_
26 #define NM_BACKEND_H_
27
28 /**
29 * Initialize the NetworkManager backend.
30 */
31 void nm_backend_register();
32
33 #endif /** NM_BACKEND_H_ @}*/