diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-01-24 19:01:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-01-24 19:01:42 +0100 |
commit | 222cac2762353c6901351ea9fabdd7839f46b99f (patch) | |
tree | cc90b97e2df3c4d471505e5f6572dd974e6fdeaf /src/lib/exchange_api_handle.c | |
parent | 0913f346f8f44bbe9b7c817bde9d411fad74ce09 (diff) |
make function static
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index 78219e611..4af5bdf64 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -732,7 +732,7 @@ update_auditors (struct TALER_EXCHANGE_Handle *exchange) * @return 0 if the two keys are equal (not necessarily * the same object), 1 otherwise. */ -unsigned int +static unsigned int TALER_denoms_cmp (struct TALER_EXCHANGE_DenomPublicKey *denom1, struct TALER_EXCHANGE_DenomPublicKey *denom2) { |