diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-15 21:46:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-15 21:46:35 +0000 |
commit | 502af2167f7c218366666ca4944bd7cc54b5b19a (patch) | |
tree | a91fec5cc9769d260640bd91c6633cb9cf395524 /src/dv/dv.h | |
parent | 03af5a603b7cc53432249d5854cd412aa90dde0d (diff) |
indentation
Diffstat (limited to 'src/dv/dv.h')
-rw-r--r-- | src/dv/dv.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/dv/dv.h b/src/dv/dv.h index 10b531cedc..3c62a22bcf 100644 --- a/src/dv/dv.h +++ b/src/dv/dv.h @@ -37,8 +37,8 @@ #define DEBUG_MESSAGE_DROP GNUNET_NO typedef void (*GNUNET_DV_MessageReceivedHandler) (void *cls, - struct GNUNET_PeerIdentity *sender, - char *msg, + struct GNUNET_PeerIdentity * + sender, char *msg, size_t msg_len, uint32_t distance, char *sender_address, @@ -257,16 +257,17 @@ typedef struct } p2p_dv_MESSAGE_Disconnect; -struct GNUNET_DV_Handle * -GNUNET_DV_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, - GNUNET_DV_MessageReceivedHandler receive_handler, - void *receive_handler_cls); +struct GNUNET_DV_Handle *GNUNET_DV_connect (const struct + GNUNET_CONFIGURATION_Handle *cfg, + GNUNET_DV_MessageReceivedHandler + receive_handler, + void *receive_handler_cls); /** * Disconnect from the DV service * * @param handle the current handle to the service to disconnect */ -void GNUNET_DV_disconnect(struct GNUNET_DV_Handle *handle); +void GNUNET_DV_disconnect (struct GNUNET_DV_Handle *handle); #endif |