aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-06-19 05:11:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-06-19 05:11:02 +0000
commit7ab56eb9d4ef29905a76380fff022c9e189d89ca (patch)
treeb42b369b54764c49f5fa37ef200db78f25015137 /src/ats/gnunet-service-ats_normalization.h
parentbf944ec6ae4fb8a2968afb4be07763ec0af75e07 (diff)
downloadgnunet-7ab56eb9d4ef29905a76380fff022c9e189d89ca.tar.gz
gnunet-7ab56eb9d4ef29905a76380fff022c9e189d89ca.zip
renaming mlp solver for consistency
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index ff94138e6..78fddbc56 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -47,7 +47,7 @@ typedef void
47 * @return pointer to the values, can be indexed with GNUNET_ATS_PreferenceKind, NULL if peer does not exist 47 * @return pointer to the values, can be indexed with GNUNET_ATS_PreferenceKind, NULL if peer does not exist
48 */ 48 */
49const double * 49const double *
50GAS_normalization_get_preferences (struct GNUNET_PeerIdentity *id); 50GAS_normalization_get_preferences (const struct GNUNET_PeerIdentity *id);
51 51
52 52
53/** 53/**