aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_preferences.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 15:22:16 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 15:22:16 +0000
commit4a86cb2b78634385c8819f8b9b996aaefe6bf780 (patch)
tree56076cd6e7d1f7cace7a988f690826399444bc90 /src/ats/gnunet-service-ats_preferences.h
parent23818fb1b0be92a7c840fbc24eb6c4efa44b98cd (diff)
downloadgnunet-4a86cb2b78634385c8819f8b9b996aaefe6bf780.tar.gz
gnunet-4a86cb2b78634385c8819f8b9b996aaefe6bf780.zip
-clarify API
Diffstat (limited to 'src/ats/gnunet-service-ats_preferences.h')
-rw-r--r--src/ats/gnunet-service-ats_preferences.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_preferences.h b/src/ats/gnunet-service-ats_preferences.h
index dc19891bb..4500dd0ff 100644
--- a/src/ats/gnunet-service-ats_preferences.h
+++ b/src/ats/gnunet-service-ats_preferences.h
@@ -76,7 +76,7 @@ GAS_preference_done (void);
76 * @param cls ignored 76 * @param cls ignored
77 * @param id the peer 77 * @param id the peer
78 * @return pointer to the values, can be indexed 78 * @return pointer to the values, can be indexed
79 * with GNUNET_ATS_PreferenceKind, NULL if peer does not exist 79 * with `enum GNUNET_ATS_PreferenceKind`, never NULL
80 */ 80 */
81const double * 81const double *
82GAS_preference_get_by_peer (void *cls, 82GAS_preference_get_by_peer (void *cls,