aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_scheduling.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-16 13:58:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-16 13:58:36 +0000
commit3a6c268283d47fd7408063b4b953d5d3cbfa4b11 (patch)
tree187b9bcbcefb7fd9e6a1dc41cc6d036fb9c1b358 /src/ats/gnunet-service-ats_scheduling.h
parent5419748cc47ea35b77a616ff269aae822cab8cea (diff)
downloadgnunet-3a6c268283d47fd7408063b4b953d5d3cbfa4b11.tar.gz
gnunet-3a6c268283d47fd7408063b4b953d5d3cbfa4b11.zip
move get quota config to addrs
Diffstat (limited to 'src/ats/gnunet-service-ats_scheduling.h')
-rw-r--r--src/ats/gnunet-service-ats_scheduling.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ats/gnunet-service-ats_scheduling.h b/src/ats/gnunet-service-ats_scheduling.h
index 273126fff..8d6fa977d 100644
--- a/src/ats/gnunet-service-ats_scheduling.h
+++ b/src/ats/gnunet-service-ats_scheduling.h
@@ -117,11 +117,9 @@ GAS_handle_address_destroyed (void *cls, struct GNUNET_SERVER_Client *client,
117 * Initialize scheduling subsystem. 117 * Initialize scheduling subsystem.
118 * 118 *
119 * @param server handle to our server 119 * @param server handle to our server
120 * @param cfg configuration to use
121 */ 120 */
122void 121void
123GAS_scheduling_init (struct GNUNET_SERVER_Handle *server, 122GAS_scheduling_init (struct GNUNET_SERVER_Handle *server);
124 const struct GNUNET_CONFIGURATION_Handle *cfg);
125 123
126 124
127/** 125/**