aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_performance.c
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2017-02-20 17:05:14 -0600
committerDavid Barksdale <amatus@amat.us>2017-02-20 17:08:26 -0600
commit39e6893e4b3bc527b00b684ef804661c4b6588f2 (patch)
treee028143649b855474751428992306401f404d684 /src/ats/ats_api_performance.c
parent8c33a0e02cd9e42c3aca834eafe5a39e0ebc82d1 (diff)
downloadgnunet-39e6893e4b3bc527b00b684ef804661c4b6588f2.tar.gz
gnunet-39e6893e4b3bc527b00b684ef804661c4b6588f2.zip
Match function type to header declaration
Diffstat (limited to 'src/ats/ats_api_performance.c')
-rw-r--r--src/ats/ats_api_performance.c2
1 files changed, 1 insertions, 1 deletions
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
816 * @return a string or NULL if invalid 816 * @return a string or NULL if invalid
817 */ 817 */
818const char * 818const char *
819GNUNET_ATS_print_preference_type (uint32_t type) 819GNUNET_ATS_print_preference_type (enum GNUNET_ATS_PreferenceKind type)
820{ 820{
821 const char *prefs[] = GNUNET_ATS_PreferenceTypeString; 821 const char *prefs[] = GNUNET_ATS_PreferenceTypeString;
822 822