aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_container_heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/test_container_heap.c')
-rw-r--r--src/util/test_container_heap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/test_container_heap.c b/src/util/test_container_heap.c
index 2530f3dbc..c83c7810f 100644
--- a/src/util/test_container_heap.c
+++ b/src/util/test_container_heap.c
@@ -35,6 +35,7 @@ iterator_callback (void *cls,
35 return GNUNET_OK; 35 return GNUNET_OK;
36} 36}
37 37
38
38static int 39static int
39nstrcmp (const char *a, const char *b) 40nstrcmp (const char *a, const char *b)
40{ 41{
@@ -43,6 +44,7 @@ nstrcmp (const char *a, const char *b)
43 return strcmp (a, b); 44 return strcmp (a, b);
44} 45}
45 46
47
46static int 48static int
47check () 49check ()
48{ 50{
@@ -287,4 +289,5 @@ main (int argc, char **argv)
287 return check (); 289 return check ();
288} 290}
289 291
292
290/* end of test_container_heap.c */ 293/* end of test_container_heap.c */