uncrustify as demanded.
[oweals/gnunet.git] / src / peerstore / peerstore_common.h
index 1e3f228b8c68e217b4ece65d7f1a2fcbe42f86d6..6379f61a6e94de73b99a1f850320af9ed77e6b44 100644 (file)
@@ -11,7 +11,7 @@
       WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       Affero General Public License for more details.
-     
+
       You should have received a copy of the GNU Affero General Public License
       along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
  *
  */
 void
-PEERSTORE_hash_key (const char *sub_system,
-                    const struct GNUNET_PeerIdentity *peer,
-                    const char *key,
-                    struct GNUNET_HashCode *ret);
+PEERSTORE_hash_key(const char *sub_system,
+                   const struct GNUNET_PeerIdentity *peer,
+                   const char *key,
+                   struct GNUNET_HashCode *ret);
 
 
 /**
@@ -51,14 +51,14 @@ PEERSTORE_hash_key (const char *sub_system,
  * @return pointer to record message struct
  */
 struct GNUNET_MQ_Envelope *
-PEERSTORE_create_record_mq_envelope (const char *sub_system,
-                                     const struct GNUNET_PeerIdentity *peer,
-                                     const char *key,
-                                     const void *value,
-                                     size_t value_size,
-                                     struct GNUNET_TIME_Absolute expiry,
-                                     enum GNUNET_PEERSTORE_StoreOption options,
-                                     uint16_t msg_type);
+PEERSTORE_create_record_mq_envelope(const char *sub_system,
+                                    const struct GNUNET_PeerIdentity *peer,
+                                    const char *key,
+                                    const void *value,
+                                    size_t value_size,
+                                    struct GNUNET_TIME_Absolute expiry,
+                                    enum GNUNET_PEERSTORE_StoreOption options,
+                                    uint16_t msg_type);
 
 
 /**
@@ -68,7 +68,7 @@ PEERSTORE_create_record_mq_envelope (const char *sub_system,
  * @return Pointer to record or NULL on error
  */
 struct GNUNET_PEERSTORE_Record *
-PEERSTORE_parse_record_message (const struct StoreRecordMessage *srm);
+PEERSTORE_parse_record_message(const struct StoreRecordMessage *srm);
 
 
 /**
@@ -77,6 +77,6 @@ PEERSTORE_parse_record_message (const struct StoreRecordMessage *srm);
  * @param record
  */
 void
-PEERSTORE_destroy_record (struct GNUNET_PEERSTORE_Record *record);
+PEERSTORE_destroy_record(struct GNUNET_PEERSTORE_Record *record);
 
 /* end of peerstore_common.h */