Sync with the new ipfw3 version.
[ipfw.git] / dummynet2 / include / net / radix.h
index 45cb7ca..a69b844 100644 (file)
@@ -157,6 +157,7 @@ struct radix_node_head {
 
 void    rn_init(int);
 int     rn_inithead(void **, int);
+int     rn_detachhead(void **);
 int     rn_refines(void *, void *);
 struct radix_node
         *rn_addmask(void *, int, int),