X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=blobdiff_plain;f=src%2Fswanctl%2Fcommands%2Fload_creds.h;h=e558c95e58384da8f675f8fd652ef25ea359a7a1;hp=7f689ad71cca0164ac473fd4f17f477403688843;hb=73ee7b666482712cebd13af6760fef6293d97a0e;hpb=91c6387e69c09beaa9b9ca1e28471751a834fc24 diff --git a/src/swanctl/commands/load_creds.h b/src/swanctl/commands/load_creds.h index 7f689ad..e558c95 100644 --- a/src/swanctl/commands/load_creds.h +++ b/src/swanctl/commands/load_creds.h @@ -13,6 +13,9 @@ * for more details. */ +#ifndef LOAD_CREDS_H_ +#define LOAD_CREDS_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); + +#endif /** LOAD_CREDS_H_ */