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_creds.h
diff --git
a/src/swanctl/commands/load_creds.h
b/src/swanctl/commands/load_creds.h
index
7f689ad
..
e558c95
100644
(file)
--- a/
src/swanctl/commands/load_creds.h
+++ b/
src/swanctl/commands/load_creds.h
@@
-13,6
+13,9
@@
* for more details.
*/
* for more details.
*/
+#ifndef LOAD_CREDS_H_
+#define LOAD_CREDS_H_
+
#include "command.h"
/**
#include "command.h"
/**
@@
-26,3
+29,5
@@
*/
int load_creds_cfg(vici_conn_t *conn, command_format_options_t format,
settings_t *cfg, bool clear, bool noprompt);
*/
int load_creds_cfg(vici_conn_t *conn, command_format_options_t format,
settings_t *cfg, bool clear, bool noprompt);
+
+#endif /** LOAD_CREDS_H_ */