aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 12:44:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 12:44:36 +0000
commit89eaed3f777bd076391f006b830f20be23d38210 (patch)
tree757aeccfac4bf16e14a159d5f998f98802fcedf0 /src/include/gnunet_container_lib.h
parent4b5e3086a0813daa6709ee7c0087ece6222bb022 (diff)
downloadgnunet-89eaed3f777bd076391f006b830f20be23d38210.tar.gz
gnunet-89eaed3f777bd076391f006b830f20be23d38210.zip
cleanup
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 4582c1a14..3319b710b 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -1199,7 +1199,7 @@ int GNUNET_CONTAINER_slist_end (struct GNUNET_CONTAINER_SList_Iterator *i);
1199 * @param len set to the payload length 1199 * @param len set to the payload length
1200 * @return payload 1200 * @return payload
1201 */ 1201 */
1202const void * 1202void *
1203GNUNET_CONTAINER_slist_get (const struct GNUNET_CONTAINER_SList_Iterator *i, 1203GNUNET_CONTAINER_slist_get (const struct GNUNET_CONTAINER_SList_Iterator *i,
1204 size_t *len); 1204 size_t *len);
1205 1205