dhtlog updates
[oweals/gnunet.git] / src / include / gnunet_block_lib.h
index d76a7f63f58d86f34c25903de50c8a20bfa4f29a..0bd9848d7c8fb7e8f71a14a5b27f6389c2d95972 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -75,7 +75,9 @@ enum GNUNET_BLOCK_Type
     /**
      * Type of a block that is used to advertise a namespace.  
      */
-    GNUNET_BLOCK_TYPE_NBLOCK = 6
+    GNUNET_BLOCK_TYPE_NBLOCK = 6,
+
+    GNUNET_BLOCK_TYPE_TEST = 9999
 
   };