summaryrefslogtreecommitdiff
path: root/src/include/anastasis_redux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_redux.h')
-rw-r--r--src/include/anastasis_redux.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/include/anastasis_redux.h b/src/include/anastasis_redux.h
index 7a0ff53..3a0b3f1 100644
--- a/src/include/anastasis_redux.h
+++ b/src/include/anastasis_redux.h
@@ -73,8 +73,7 @@ ANASTASIS_recovery_start (const struct GNUNET_CONFIGURATION_Handle *cfg);
/**
- * Signature of the callback passed to #ANASTASIS_backup_action and
- * #ANASTASIS_recover_action.
+ * Signature of the callback passed to #ANASTASIS_redux_action()
*
* @param cls closure
* @param error error code, #TALER_EC_NONE if @a new_bs is the new successful state
@@ -93,12 +92,9 @@ struct ANASTASIS_ReduxAction;
/**
- * Operates on a state depending on given #ANASTASIS_BackupState
- * or #ANASTASIS_RecoveryState and #ANASTASIS_BackupAction or
- * #ANASTASIS_RecoveryAction.
- * The new #ANASTASIS_BackupState or #ANASTASIS_RecoveryState is returned
- * by a callback function.
- * This function can do network access to talk to anastasis service providers.
+ * Operates on a state. The new state is returned by a callback
+ * function. This function can do network access to talk to Anastasis
+ * service providers.
*
* @param state input state
* @param action what action to perform