aboutsummaryrefslogtreecommitdiffstats
path: root/src/radix.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2012-06-05 20:52:41 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2012-06-05 20:52:41 +0400
commit8a6fa6ab3b3807d525967f08e8178f168237eeda (patch)
treeb81ab87319409c75bb2327829ebe1cffdde42009 /src/radix.h
parentee97d0365907a159901c3cb47f9e4a2f5bdd61d6 (diff)
downloadrspamd-8a6fa6ab3b3807d525967f08e8178f168237eeda.tar.gz
rspamd-8a6fa6ab3b3807d525967f08e8178f168237eeda.zip
Strict prototypes.
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