const struct GNUNET_HashCode *key,
uint32_t desired_replication_level,
enum GNUNET_DHT_RouteOption options,
- enum GNUNET_BLOCK_Type type, size_t size, const void *data,
+ enum GNUNET_BLOCK_Type type,
+ size_t size,
+ const void *data,
struct GNUNET_TIME_Absolute exp,
struct GNUNET_TIME_Relative timeout,
GNUNET_DHT_PutContinuation cont, void *cont_cls)
unsigned int get_path_length,
const struct GNUNET_PeerIdentity *put_path,
unsigned int put_path_length,
- enum GNUNET_BLOCK_Type type, size_t size, const void *data)
+ enum GNUNET_BLOCK_Type type, size_t size,
+ const void *data)
{
// Optionally:
GNUNET_DHT_get_stop (get_handle);