Fix typo in previous patch.

This commit is contained in:
Ralf Corsepius
2007-03-26 05:59:33 +00:00
parent da9078a3ee
commit bc1e0b1282

View File

@@ -457,7 +457,7 @@ extern ip_fw_ctl_t *ip_fw_ctl_ptr;
/* IP NAT hooks */
typedef int ip_nat_t(struct ip**, struct mbuf**, struct ifnet*, int);
typedef int ip_nat_ctl(int, struct mbuf**);
typedef int ip_nat_ctl_t(int, struct mbuf**);
extern ip_nat_t *ip_nat_ptr;
extern ip_nat_ctl_t *ip_nat_ctl_ptr;
#define IP_NAT_IN 0x00000001