diff options
Diffstat (limited to 'src/cli/anastasis-cli-redux.c')
-rw-r--r-- | src/cli/anastasis-cli-redux.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cli/anastasis-cli-redux.c b/src/cli/anastasis-cli-redux.c index 7b533c2..409b0ed 100644 --- a/src/cli/anastasis-cli-redux.c +++ b/src/cli/anastasis-cli-redux.c | |||
@@ -124,12 +124,11 @@ persist_new_state (json_t *state, | |||
124 | 124 | ||
125 | 125 | ||
126 | /** | 126 | /** |
127 | * Function called with the results of #ANASTASIS_backup_action | 127 | * Function called with the results of #ANASTASIS_redux_action(). |
128 | * or #ANASTASIS_recovery_action. | ||
129 | * | 128 | * |
130 | * @param cls closure | 129 | * @param cls closure |
131 | * @param error_code Error code | 130 | * @param error_code Error code |
132 | * @param new_state new state as result | 131 | * @param result_state new state as result |
133 | */ | 132 | */ |
134 | static void | 133 | static void |
135 | action_cb (void *cls, | 134 | action_cb (void *cls, |