diff options
| author | Federico Angelilli <code@fedang.net> | 2024-11-28 01:09:40 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-11-28 01:09:40 +0100 |
| commit | 737167955e8347ce06718e7a8324c9d2ac89dfba (patch) | |
| tree | d187ac026739c01eb5df22a3954b95eb7bc63a7b /src/action.h | |
| parent | 6ab3b52fbde3ab2ac11e66e4d664f67e108f6aee (diff) | |
Refactor actions
Diffstat (limited to 'src/action.h')
| -rw-r--r-- | src/action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/action.h b/src/action.h index 795a79c..eb144a5 100644 --- a/src/action.h +++ b/src/action.h @@ -34,6 +34,6 @@ int action_validate(action_t *action, config_t *config); bool action_resolve(action_t *action, config_t *config); -void action_free(action_t *action); +void action_clean(action_t *action); #endif |
