diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-15 21:51:21 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-15 21:51:21 +0000 |
commit | 6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (patch) | |
tree | edbc42f37889069033e57da201fef242939a6e0f /src/include/gnunet_fragmentation_lib.h | |
parent | 502af2167f7c218366666ca4944bd7cc54b5b19a (diff) |
indentation
Diffstat (limited to 'src/include/gnunet_fragmentation_lib.h')
-rw-r--r-- | src/include/gnunet_fragmentation_lib.h | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/include/gnunet_fragmentation_lib.h b/src/include/gnunet_fragmentation_lib.h index da236478cd..1f1f853216 100644 --- a/src/include/gnunet_fragmentation_lib.h +++ b/src/include/gnunet_fragmentation_lib.h @@ -105,8 +105,8 @@ struct GNUNET_FRAGMENT_Context *GNUNET_FRAGMENT_context_create (struct * * @param fc fragmentation context */ -void -GNUNET_FRAGMENT_context_transmission_done (struct GNUNET_FRAGMENT_Context *fc); +void GNUNET_FRAGMENT_context_transmission_done (struct GNUNET_FRAGMENT_Context + *fc); /** @@ -132,8 +132,9 @@ int GNUNET_FRAGMENT_process_ack (struct GNUNET_FRAGMENT_Context *fc, * @return average delay between transmission and ACK for the * last message, FOREVER if the message was not fully transmitted */ -struct GNUNET_TIME_Relative -GNUNET_FRAGMENT_context_destroy (struct GNUNET_FRAGMENT_Context *fc); +struct GNUNET_TIME_Relative GNUNET_FRAGMENT_context_destroy (struct + GNUNET_FRAGMENT_Context + *fc); /** @@ -152,8 +153,7 @@ struct GNUNET_DEFRAGMENT_Context; * @param id unique message ID (modulo collisions) * @param msg the message that was created */ -typedef void (*GNUNET_DEFRAGMENT_AckProcessor) (void *cls, - uint32_t id, +typedef void (*GNUNET_DEFRAGMENT_AckProcessor) (void *cls, uint32_t id, const struct GNUNET_MessageHeader * msg); @@ -200,9 +200,8 @@ void GNUNET_DEFRAGMENT_context_destroy (struct GNUNET_DEFRAGMENT_Context *dc); * @param msg the message that was received * @return GNUNET_OK on success, GNUNET_NO if this was a duplicate, GNUNET_SYSERR on error */ -int -GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc, - const struct GNUNET_MessageHeader *msg); +int GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc, + const struct GNUNET_MessageHeader *msg); #if 0 /* keep Emacsens' auto-indent happy */ |