struct radix_mask *rn_mkfreelist;
struct radix_node_head *mask_rnhead;
static char *addmask_key;
-static char normal_chars[] =
+static unsigned char normal_chars[] =
{0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, -1};
static char *rn_zeros, *rn_ones;
x = x->rn_l;
}
return (x);
-};
+}
struct radix_node *
rn_search_m(v_arg, head, m_arg)
x = x->rn_l;
}
return x;
-};
+}
int
rn_refines(m_arg, n_arg)
}
} while (t != top);
return 0;
-};
+}
#ifdef RN_DEBUG
int rn_nodenum;