From 16a6919a9f98ee9fa1fee9dd262906c321004a19 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 Aug 2011 16:03:20 +0000 Subject: even nicer indentation, thanks to LRN's indent patch --- .../gnunet-service-transport_validation.h | 32 ++++++++++++---------- 1 file changed, 18 insertions(+), 14 deletions(-) (limited to 'src/transport/gnunet-service-transport_validation.h') diff --git a/src/transport/gnunet-service-transport_validation.h b/src/transport/gnunet-service-transport_validation.h index 86ede1576..1840c0919 100644 --- a/src/transport/gnunet-service-transport_validation.h +++ b/src/transport/gnunet-service-transport_validation.h @@ -34,13 +34,15 @@ /** * Start the validation subsystem. */ -void GST_validation_start (void); +void +GST_validation_start (void); /** * Stop the validation subsystem. */ -void GST_validation_stop (void); +void +GST_validation_stop (void); /** @@ -54,12 +56,12 @@ void GST_validation_stop (void); * if we did not initiate the connection * @param sender_address_len number of bytes in sender_address */ -void GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender, - const struct GNUNET_MessageHeader *hdr, - const char *plugin_name, - struct Session *session, - const void *sender_address, - size_t sender_address_len); +void +GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender, + const struct GNUNET_MessageHeader *hdr, + const char *plugin_name, struct Session *session, + const void *sender_address, + size_t sender_address_len); /** @@ -69,8 +71,9 @@ void GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender, * @param sender peer sending the PONG * @param hdr the PONG */ -void GST_validation_handle_pong (const struct GNUNET_PeerIdentity *sender, - const struct GNUNET_MessageHeader *hdr); +void +GST_validation_handle_pong (const struct GNUNET_PeerIdentity *sender, + const struct GNUNET_MessageHeader *hdr); /** @@ -79,7 +82,8 @@ void GST_validation_handle_pong (const struct GNUNET_PeerIdentity *sender, * * @param hello the HELLO we received */ -void GST_validation_handle_hello (const struct GNUNET_MessageHeader *hello); +void +GST_validation_handle_hello (const struct GNUNET_MessageHeader *hello); /** @@ -122,9 +126,9 @@ typedef void (*GST_ValidationAddressCallback) (void *cls, * @param cb_cls closure for 'cb' * @return context to cancel, NULL if 'snapshot_only' is GNUNET_YES */ -void GST_validation_get_addresses (const struct GNUNET_PeerIdentity *target, - GST_ValidationAddressCallback cb, - void *cb_cls); +void +GST_validation_get_addresses (const struct GNUNET_PeerIdentity *target, + GST_ValidationAddressCallback cb, void *cb_cls); #endif -- cgit v1.2.3