-skeletons for transport-ng
[oweals/gnunet.git] / src / ats / gnunet-service-ats_scheduling.h
index fe8adc8c5a5a827766079a712249ab8ef945147b..99dc6084bcf3fa27863b3fd2da79e6082979bc17 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 GNUnet e.V.
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
      You should have received a copy of the GNU General Public License
      along with GNUnet; see the file COPYING.  If not, write to the
-     Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-     Boston, MA 02111-1307, USA.
+     Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+     Boston, MA 02110-1301, USA.
 */
 
 /**
@@ -50,19 +50,6 @@ void
 GAS_scheduling_remove_client (struct GNUNET_SERVER_Client *client);
 
 
-/**
- * Handle 'reset backoff' messages from clients.
- *
- * @param cls unused, NULL
- * @param client client that sent the request
- * @param message the request message
- */
-void
-GAS_handle_reset_backoff (void *cls,
-                          struct GNUNET_SERVER_Client *client,
-                          const struct GNUNET_MessageHeader *message);
-
-
 /**
  * Transmit the given address suggestion and bandwidth update to all scheduling
  * clients.
@@ -105,19 +92,6 @@ GAS_handle_address_update (void *cls,
                            const struct GNUNET_MessageHeader *message);
 
 
-/**
- * Handle 'address in use' messages from clients.
- *
- * @param cls unused, NULL
- * @param client client that sent the request
- * @param message the request message
- */
-void
-GAS_handle_address_in_use (void *cls,
-                           struct GNUNET_SERVER_Client *client,
-                           const struct GNUNET_MessageHeader *message);
-
-
 /**
  * Handle 'address destroyed' messages from clients.
  *