From: Bart Polot Date: Mon, 20 Feb 2012 10:22:49 +0000 (+0000) Subject: - Removed old param name X-Git-Tag: initial-import-from-subversion-38251~14804 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7e6533dce5d5b15293e6788a3aaac61baf9027b3;p=oweals%2Fgnunet.git - Removed old param name --- diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c index d7d1161d2..96fcd3428 100644 --- a/src/dht/gnunet-service-dht_clients.c +++ b/src/dht/gnunet-service-dht_clients.c @@ -1050,7 +1050,6 @@ GDS_CLIENTS_process_monitor (uint16_t mtype, const struct GNUNET_PeerIdentity *put_path, uint32_t getl, const struct GNUNET_PeerIdentity *get_path, - uint32_t replevel, uint32_t desired_replication_level, enum GNUNET_BLOCK_Type type, const struct GNUNET_MessageHeader *data, diff --git a/src/dht/gnunet-service-dht_clients.h b/src/dht/gnunet-service-dht_clients.h index 512a00ac3..a477456a4 100644 --- a/src/dht/gnunet-service-dht_clients.h +++ b/src/dht/gnunet-service-dht_clients.h @@ -80,7 +80,6 @@ GDS_CLIENTS_process_monitor (uint16_t mtype, const struct GNUNET_PeerIdentity *put_path, uint32_t getl, const struct GNUNET_PeerIdentity *get_path, - uint32_t replevel, uint32_t desired_replication_level, enum GNUNET_BLOCK_Type type, const struct GNUNET_MessageHeader *data,