gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: tutorial-examples 17, 19, 2


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: tutorial-examples 17, 19, 20: linelength.
Date: Fri, 20 Oct 2017 17:07:33 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new e55e9187a tutorial-examples 17,19,20: linelength.
e55e9187a is described below

commit e55e9187ac7261aa4ad57aa8bc0c010ec2d34324
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 20 15:07:03 2017 +0000

    tutorial-examples 17,19,20: linelength.
---
 doc/tutorial-examples/017.c | 3 ++-
 doc/tutorial-examples/019.c | 4 +++-
 doc/tutorial-examples/020.c | 3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

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);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]