X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_fragmentation_lib.h;h=e56091c55c06cd6bb7d5050d6bf57fd81aa02048;hb=360d7afad50d1af425a20e89419d2063a6a0e220;hp=2661fbe26d9c360d05f5ade979db5af0b572d6a0;hpb=5410702d6c31d4486766e111c6518d4c8814ddf3;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_fragmentation_lib.h b/src/include/gnunet_fragmentation_lib.h index 2661fbe26..e56091c55 100644 --- a/src/include/gnunet_fragmentation_lib.h +++ b/src/include/gnunet_fragmentation_lib.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2009, 2011, 2015 Christian Grothoff (and other contributing authors) + Copyright (C) 2009, 2011, 2015 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -14,15 +14,20 @@ You should have received a copy of the GNU General Public License along with GNUnet; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** - * @file include/gnunet_fragmentation_lib.h - * @brief library to help fragment messages * @author Christian Grothoff * - * TODO: consider additional flow-control for sending from + * @file + * Library to help fragment messages + * + * @defgroup fragmentation Fragmentation library + * Library to help fragment messages + * @{ + * + * @todo Consider additional flow-control for sending from * fragmentation based on continuations. */ @@ -213,6 +218,7 @@ GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc, const struct GNUNET_MessageHeader *msg); + #if 0 /* keep Emacsens' auto-indent happy */ { #endif @@ -220,5 +226,6 @@ GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc, } #endif -/* end of gnunet_fragmentation_lib.h */ #endif + +/** @} */ /* end of group */