gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23374 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r23374 - gnunet/src/include
Date: Thu, 23 Aug 2012 12:01:46 +0200

Author: wachs
Date: 2012-08-23 12:01:46 +0200 (Thu, 23 Aug 2012)
New Revision: 23374

Modified:
   gnunet/src/include/gnunet_transport_plugin.h
Log:
- doc


Modified: gnunet/src/include/gnunet_transport_plugin.h
===================================================================
--- gnunet/src/include/gnunet_transport_plugin.h        2012-08-23 10:01:18 UTC 
(rev 23373)
+++ gnunet/src/include/gnunet_transport_plugin.h        2012-08-23 10:01:46 UTC 
(rev 23374)
@@ -189,8 +189,8 @@
 /**
  * Function that returns a HELLO message.
  */
-typedef const struct GNUNET_MessageHeader
-    *(*GNUNET_TRANSPORT_GetHelloCallback) (void);
+typedef const struct GNUNET_MessageHeader *
+    (*GNUNET_TRANSPORT_GetHelloCallback) (void);
 
 
 /**
@@ -438,7 +438,7 @@
  *
  * @param cls closure ('struct Plugin*')
  * @param addr string address
- * @param addrlen length of the address
+ * @param addrlen length of the address including \0 termination
  * @param buf location to store the buffer
  *        If the function returns GNUNET_SYSERR, its contents are undefined.
  * @param added length of created address




reply via email to

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