aboutsummaryrefslogtreecommitdiffstats
path: root/src/radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/radix.h')
-rw-r--r--src/radix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radix.h b/src/radix.h
index 1a1cd26fd..7e45f5d12 100644
--- a/src/radix.h
+++ b/src/radix.h
@@ -28,7 +28,7 @@ typedef gboolean (*radix_tree_traverse_func)(guint32 key, guint32 mask, uintptr_
/**
* Create new radix tree
*/
-radix_tree_t *radix_tree_create ();
+radix_tree_t *radix_tree_create (void);
/**
* Insert value to radix tree