about summary refs log tree commit
path: root/ext/rpatricia/patricia.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/rpatricia/patricia.h')
-rw-r--r--ext/rpatricia/patricia.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/rpatricia/patricia.h b/ext/rpatricia/patricia.h
index ee12744..5224859 100644
--- a/ext/rpatricia/patricia.h
+++ b/ext/rpatricia/patricia.h
@@ -23,8 +23,6 @@ typedef void (*void_fn_t)();
 #define BIT_TEST(f, b)  ((f) & (b))
 /* } */
 
-#define addroute make_and_lookup
-
 #include <sys/types.h> /* for u_* definitions (on FreeBSD 5) */
 
 #include <errno.h> /* for EAFNOSUPPORT */
@@ -92,9 +90,6 @@ void patricia_process (patricia_tree_t *patricia, void_fn_t func);
 prefix_t *
 ascii2prefix (int family, char *string);
 
-patricia_node_t *
-make_and_lookup (patricia_tree_t *tree, char *string);
-
 /* } */
 
 #define PATRICIA_MAXBITS 128