From: ng0 Date: Fri, 20 Oct 2017 15:07:03 +0000 (+0000) Subject: tutorial-examples 17,19,20: linelength. X-Git-Tag: gnunet-0.11.0rc0~101^2~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e55e9187ac7261aa4ad57aa8bc0c010ec2d34324;p=oweals%2Fgnunet.git tutorial-examples 17,19,20: linelength. --- diff --git a/doc/tutorial-examples/017.c b/doc/tutorial-examples/017.c index c4acbc088..c86fbcd1f 100644 --- a/doc/tutorial-examples/017.c +++ b/doc/tutorial-examples/017.c @@ -1,3 +1,4 @@ void -GNUNET_PEERSTORE_disconnect (struct GNUNET_PEERSTORE_Handle *h, int sync_first); +GNUNET_PEERSTORE_disconnect (struct GNUNET_PEERSTORE_Handle *h, + int sync_first); diff --git a/doc/tutorial-examples/019.c b/doc/tutorial-examples/019.c index d016d381b..f05cc336a 100644 --- a/doc/tutorial-examples/019.c +++ b/doc/tutorial-examples/019.c @@ -8,7 +8,9 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle, 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) diff --git a/doc/tutorial-examples/020.c b/doc/tutorial-examples/020.c index 5ecba1c16..596db3069 100644 --- a/doc/tutorial-examples/020.c +++ b/doc/tutorial-examples/020.c @@ -5,7 +5,8 @@ get_result_iterator (void *cls, struct GNUNET_TIME_Absolute expiration, 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);