-fix logging, revert to break instead of assert
[oweals/gnunet.git] / src / core / gnunet-service-core_clients.h
index bdad20da817dfd1c2b4eb572af5b5a45c1a89bca..8ece1ce1d7e60087ddb38f9c072f0b762600d0af 100644 (file)
@@ -105,7 +105,8 @@ GSC_CLIENTS_deliver_message (const struct GNUNET_PeerIdentity *sender,
                              const struct GNUNET_ATS_Information *atsi,
                              unsigned int atsi_count,
                              const struct GNUNET_MessageHeader *msg,
-                             uint16_t msize, int options);
+                             uint16_t msize,
+                            uint32_t options);
 
 
 /**