strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
swanctl: Add missing header guards for load commands
[strongswan.git]
/
src
/
swanctl
/
commands
/
load_authorities.h
diff --git
a/src/swanctl/commands/load_authorities.h
b/src/swanctl/commands/load_authorities.h
index
d4be214
..
6a3223b
100644
(file)
--- a/
src/swanctl/commands/load_authorities.h
+++ b/
src/swanctl/commands/load_authorities.h
@@
-13,6
+13,9
@@
* for more details.
*/
* for more details.
*/
+#ifndef LOAD_AUTHORITIES_H_
+#define LOAD_AUTHORITIES_H_
+
#include "command.h"
/**
#include "command.h"
/**
@@
-24,3
+27,5
@@
*/
int load_authorities_cfg(vici_conn_t *conn, command_format_options_t format,
settings_t *cfg);
*/
int load_authorities_cfg(vici_conn_t *conn, command_format_options_t format,
settings_t *cfg);
+
+#endif /** LOAD_AUTHORITIES_H_ */