diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-11-21 14:21:01 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-11-21 14:21:01 +0100 |
| commit | 0c94dcb79e820db768755a3348005f82e85537f7 (patch) | |
| tree | b5929c4c9f9dec5abcb7da4239e0ac6b16e48f01 /src/exchange/taler-exchange-httpd_keys.h | |
| parent | 7d3ce9bb5d03e42f97102acfc303b590f89e5d40 (diff) | |
| parent | e82cbd05b6b2c52f4053f3347ac01b0d0ed905af (diff) | |
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.h')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_keys.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h index 7e8c1e99..8758afb7 100644 --- a/src/exchange/taler-exchange-httpd_keys.h +++ b/src/exchange/taler-exchange-httpd_keys.h @@ -168,18 +168,12 @@ TEH_check_invariants (void); struct TEH_KeyStateHandle * TEH_keys_get_state (void); - /** - * Obtain the key state. Should ONLY be used - * directly if @a management_only is true. Otherwise use #TEH_keys_get_state(). - * - * @param management_only if we should NOT run finish_keys_response() - * because we only need the state for the /management/keys API - * @return NULL on error + * Obtain the key state if we should NOT run finish_keys_response() because we + * only need the state for the /management/keys API */ struct TEH_KeyStateHandle * -TEH_keys_get_state2 (bool management_only); - +TEH_keys_get_state_for_management_only (void); /** * Something changed in the database. Rebuild all key states. This function |
