allow empty/NULL context message
[oweals/gnunet.git] / src / peerstore / peerstore.h
index 6644464ec69e86a927397cefb6dfdb5a599417e6..f5e2cd19ca02571a709714a08a74cd3788357c64 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      (C) 2012-2013 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2012-2013 GNUnet e.V.
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
@@ -14,8 +14,8 @@
 
       You should have received a copy of the GNU General Public License
       along with GNUnet; see the file COPYING.  If not, write to the
-      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-      Boston, MA 02111-1307, USA.
+      Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+      Boston, MA 02110-1301, USA.
  */
 /**
  * @file peerstore/peerstore.h
 
 
 GNUNET_NETWORK_STRUCT_BEGIN
-
 /**
  * Message carrying a PEERSTORE record message
  */
-struct StoreRecordMessage
+    struct StoreRecordMessage
 {
 
   /**
@@ -79,7 +78,8 @@ struct StoreRecordMessage
    * Options, needed only in case of a
    * store operation
    */
-  uint32_t /* enum GNUNET_PEERSTORE_StoreOption */ options GNUNET_PACKED;
+             uint32_t /* enum GNUNET_PEERSTORE_StoreOption */ options
+             GNUNET_PACKED;
 
 };