From 222cac2762353c6901351ea9fabdd7839f46b99f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Jan 2019 19:01:42 +0100 Subject: make function static --- src/lib/exchange_api_handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_handle.c') 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) { -- cgit v1.2.3