forked from Imagelibrary/rtems
Fix typo in previous patch.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user