]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/esp_output.c
xnu-792.tar.gz
[apple/xnu.git] / bsd / netinet6 / esp_output.c
index b3dc4d22cb0cf47020e126a8bf6bd19ba6cda419..b1b00cda2af9744b29ad3a8f45d00d656b079e24 100644 (file)
@@ -87,8 +87,8 @@
 #define DBG_FNC_ESPOUT         NETDBG_CODE(DBG_NETIPSEC, (4 << 8))
 #define DBG_FNC_ENCRYPT                NETDBG_CODE(DBG_NETIPSEC, (5 << 8))
 
-static int esp_output __P((struct mbuf *, u_char *, struct mbuf *,
-       struct ipsecrequest *, int));
+static int esp_output(struct mbuf *, u_char *, struct mbuf *,
+       struct ipsecrequest *, int);
 
 extern int     esp_udp_encap_port;
 extern u_int32_t natt_now;