aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-11 22:34:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-11 22:34:11 +0000
commit6ce274c7e9fb01c76dc904d907fce9c893d0fc44 (patch)
treec4eec1e43ac6bfe81b29a367244df12637a3a788 /src/include
parentc4c451a78270f0e1ef90dd64b14b179d09b24801 (diff)
downloadgnunet-6ce274c7e9fb01c76dc904d907fce9c893d0fc44.tar.gz
gnunet-6ce274c7e9fb01c76dc904d907fce9c893d0fc44.zip
frag
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fragmentation_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_fragmentation_lib.h b/src/include/gnunet_fragmentation_lib.h
index d8280ec47..bb29a5fba 100644
--- a/src/include/gnunet_fragmentation_lib.h
+++ b/src/include/gnunet_fragmentation_lib.h
@@ -156,8 +156,9 @@ GNUNET_DEFRAGMENT_context_destroy (struct GNUNET_DEFRAGMENT_Context *dc);
156 * 156 *
157 * @param dc the context 157 * @param dc the context
158 * @param msg the message that was received 158 * @param msg the message that was received
159 * @return GNUNET_OK on success, GNUNET_NO if this was a duplicate, GNUNET_SYSERR on error
159 */ 160 */
160void 161int
161GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc, 162GNUNET_DEFRAGMENT_process_fragment (struct GNUNET_DEFRAGMENT_Context *dc,
162 const struct GNUNET_MessageHeader *msg); 163 const struct GNUNET_MessageHeader *msg);
163 164