WIP commit of scalar product 2.0. It is unfinished and does not yet pass tests. This...
[oweals/gnunet.git] / src / peerinfo / peerinfo.h
index 97f819aff86a3d02ea85d20a40194ef86a15b757..c76f9bba3099d543bdd16b367e3019dbeeeac2bc 100644 (file)
  * @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 */