gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1442 - GNUnet-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1442 - GNUnet-docs/WWW
Date: Tue, 12 Jul 2005 18:31:45 -0700 (PDT)

Author: grothoff
Date: 2005-07-12 18:31:42 -0700 (Tue, 12 Jul 2005)
New Revision: 1442

Modified:
   GNUnet-docs/WWW/protocol_cs.php3
   GNUnet-docs/WWW/protocol_p2p.php3
Log:
try

Modified: GNUnet-docs/WWW/protocol_cs.php3
===================================================================
--- GNUnet-docs/WWW/protocol_cs.php3    2005-07-13 01:29:53 UTC (rev 1441)
+++ GNUnet-docs/WWW/protocol_cs.php3    2005-07-13 01:31:42 UTC (rev 1442)
@@ -11,9 +11,9 @@
 W("The different messages between GNUnet and the clients all have the 
following basic format:");
 EP();
 LAYOUT("CS_HEADER",
-       ARRAY(N("message size", NBO_()) => 2,
-             N("request type", NBO_()) => 2,
-             N("(size - 4) bytes of data", "") => 0);
+       F(ARRAY(N("message size", NBO_()) => 2,
+               N("request type", NBO_()) => 2,
+               N("(size - 4) bytes of data", "") => 0));
 BP();
 W("The message type constants are defined in <tt>gnunet_protocols.h</tt> and 
all have names starting with <tt>CS_PROTO_</tt>.");
 W("The suffix <tt>REQUEST</tt> is used for messages from the client to 
<tt>gnunetd</tt>.");

Modified: GNUnet-docs/WWW/protocol_p2p.php3
===================================================================
--- GNUnet-docs/WWW/protocol_p2p.php3   2005-07-13 01:29:53 UTC (rev 1441)
+++ GNUnet-docs/WWW/protocol_p2p.php3   2005-07-13 01:31:42 UTC (rev 1442)
@@ -27,9 +27,9 @@
 EP();
 
 LAYOUT("MessagePart",
-       ARRAY(N("message size", NBO_()) => 2,
-             N("request type", NBO_()) => 2,
-             N("(size - 4) bytes of data", "") => 0));
+       F(ARRAY(N("message size", NBO_()) => 2,
+              N("request type", NBO_()) => 2,
+              N("(size - 4) bytes of data", "") => 0)));
 
 BP();
 W("The header is followed by <tt>message size</tt> octets for the message.");





reply via email to

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