summaryrefslogtreecommitdiff
path: root/src/reducer/anastasis_api_redux.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-30 13:55:51 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-30 13:55:51 +0100
commit697ea51cbbe8a32b8484630433c51a5c5ddb595a (patch)
tree343f89ed7f5ba24705d96fbe1deea12acf694711 /src/reducer/anastasis_api_redux.h
parentb7b7cf83d3c1098beeff09ca3f35e6082ed9bffb (diff)
downloadanastasis-697ea51cbbe8a32b8484630433c51a5c5ddb595a.tar.gz
anastasis-697ea51cbbe8a32b8484630433c51a5c5ddb595a.tar.bz2
anastasis-697ea51cbbe8a32b8484630433c51a5c5ddb595a.zip
-more work towards nicer policy discovery logic
Diffstat (limited to 'src/reducer/anastasis_api_redux.h')
-rw-r--r--src/reducer/anastasis_api_redux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/reducer/anastasis_api_redux.h b/src/reducer/anastasis_api_redux.h
index 81fbeed..cc59713 100644
--- a/src/reducer/anastasis_api_redux.h
+++ b/src/reducer/anastasis_api_redux.h
@@ -176,9 +176,9 @@ ANASTASIS_recovery_state_to_string_ (enum ANASTASIS_RecoveryState rs);
* @return #GNUNET_OK on success
*/
enum GNUNET_GenericReturnValue
-ANASTASIS_reducer_lookup_salt_ (const json_t *state,
- const char *provider_url,
- struct ANASTASIS_CRYPTO_ProviderSaltP *salt);
+ANASTASIS_reducer_lookup_salt (const json_t *state,
+ const char *provider_url,
+ struct ANASTASIS_CRYPTO_ProviderSaltP *salt);
/**