X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=dummynet%2Finclude%2Fnetinet%2Fip_dummynet.h;fp=dummynet%2Finclude%2Fnetinet%2Fip_dummynet.h;h=81ebb335af33c2880942f388813b9c33eef29c1d;hb=5ad9fec40da13c449d50def12f9cea6e24b6a708;hp=4f8291f05968a3bc6867b8a00f95c5b76595719c;hpb=f1a44f1ebacf274e0f35970bfc8ee5aa07aa9aca;p=ipfw.git diff --git a/dummynet/include/netinet/ip_dummynet.h b/dummynet/include/netinet/ip_dummynet.h index 4f8291f..81ebb33 100644 --- a/dummynet/include/netinet/ip_dummynet.h +++ b/dummynet/include/netinet/ip_dummynet.h @@ -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.