minor changes for address conversion
[oweals/gnunet.git] / src / ats / gnunet-service-ats_performance.h
index 790e1cc4a245b1a9804ce5bc1c99c9d137945398..1a96c8819fca280a952096192a5d2f5d3902b958 100644 (file)
@@ -132,6 +132,19 @@ GAS_handle_preference_change (void *cls,
                               const struct GNUNET_MessageHeader *message);
 
 
+/**
+ * Handle 'preference feedback' messages from clients.
+ *
+ * @param cls unused, NULL
+ * @param client client that sent the request
+ * @param message the request message
+ */
+void
+GAS_handle_preference_feedback (void *cls,
+                              struct GNUNET_SERVER_Client *client,
+                              const struct GNUNET_MessageHeader *message);
+
+
 void
 GAS_handle_monitor (void *cls,
                                                                                                        struct GNUNET_SERVER_Client *client,