Update the work on ipfw tables, reduce diffs.
[ipfw.git] / dummynet / include / netinet / ip_dummynet.h
index 4f8291f..81ebb33 100644 (file)
@@ -377,12 +377,8 @@ struct dn_pipe_max {
 SLIST_HEAD(dn_pipe_head, dn_pipe);
 
 #ifdef _KERNEL
-typedef        int ip_dn_ctl_t(struct sockopt *); /* raw_ip.c */
 typedef        void ip_dn_ruledel_t(void *); /* ip_fw.c */
-typedef        int ip_dn_io_t(struct mbuf **m, int dir, struct ip_fw_args *fwa);
-extern ip_dn_ctl_t *ip_dn_ctl_ptr;
 extern ip_dn_ruledel_t *ip_dn_ruledel_ptr;
-extern ip_dn_io_t *ip_dn_io_ptr;
 
 /*
  * Return the IPFW rule associated with the dummynet tag; if any.