commented out wrong message type
[oweals/gnunet.git] / src / peerinfo / peerinfo.h
index 97f819aff86a3d02ea85d20a40194ef86a15b757..518b8d5e5a4862f55f19be39cf6229cd9e6629e4 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009, 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009, 2010 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.
 */
 
 /**
  * @brief common internal definitions for peerinfo service
  * @author Christian Grothoff
  */
+
+#ifndef PEERINFO_H
+#define PEERINFO_H
+
 #include "gnunet_crypto_lib.h"
 #include "gnunet_time_lib.h"
 #include "gnunet_peerinfo_service.h"
 
 
+
 GNUNET_NETWORK_STRUCT_BEGIN
 
 /**
@@ -39,7 +44,6 @@ struct ListPeerMessage
 
   /**
    * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET
-   * .
    */
   struct GNUNET_MessageHeader header;
 
@@ -121,4 +125,6 @@ struct InfoMessage
 };
 GNUNET_NETWORK_STRUCT_END
 
+/*#ifndef PEERINFO_H*/
+#endif
 /* end of peerinfo.h */