diff options
Diffstat (limited to 'src/charon/config/policies/policy.h')
| -rw-r--r-- | src/charon/config/policies/policy.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/charon/config/policies/policy.h b/src/charon/config/policies/policy.h index 089d75112..e6728b3d7 100644 --- a/src/charon/config/policies/policy.h +++ b/src/charon/config/policies/policy.h @@ -239,6 +239,14 @@ struct policy_t { void (*add_authorities) (policy_t *this, identification_t *my_ca, identification_t *other_ca); /** + * @brief Add updown script + * + * @param this calling object + * @param updown updown script + */ + void (*add_updown) (policy_t *this, char *updown); + + /** * @brief Get the lifetime of a policy, before rekeying starts. * * A call to this function automatically adds a jitter to |
