From 39e6893e4b3bc527b00b684ef804661c4b6588f2 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Mon, 20 Feb 2017 17:05:14 -0600 Subject: [PATCH] Match function type to header declaration --- src/ats/ats_api_performance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c index cd67583d1..c5b126e08 100644 --- a/src/ats/ats_api_performance.c +++ b/src/ats/ats_api_performance.c @@ -816,7 +816,7 @@ GNUNET_ATS_performance_list_addresses_cancel (struct GNUNET_ATS_AddressListHandl * @return a string or NULL if invalid */ const char * -GNUNET_ATS_print_preference_type (uint32_t type) +GNUNET_ATS_print_preference_type (enum GNUNET_ATS_PreferenceKind type) { const char *prefs[] = GNUNET_ATS_PreferenceTypeString; -- 2.25.1