gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: Match function type to head


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Match function type to header declaration
Date: Tue, 21 Feb 2017 00:08:36 +0100

This is an automated email from the git hooks/post-receive script.

david-barksdale pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 39e6893e4 Match function type to header declaration
39e6893e4 is described below

commit 39e6893e4b3bc527b00b684ef804661c4b6588f2
Author: David Barksdale <address@hidden>
AuthorDate: Mon Feb 20 17:05:14 2017 -0600

    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;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]