X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/52b7d2ce06d68d0a9160d16f6e7c08c21c149d0d..64c59980f82beb1accdfb0d8567e51b97b9c7857:/ipsec-tools/racoon/cfparse_proto.h?ds=sidebyside diff --git a/ipsec-tools/racoon/cfparse_proto.h b/ipsec-tools/racoon/cfparse_proto.h index 73c824e..bf4be3f 100644 --- a/ipsec-tools/racoon/cfparse_proto.h +++ b/ipsec-tools/racoon/cfparse_proto.h @@ -33,8 +33,8 @@ #define _CFPARSE_PROTO_H /* cfparse.y */ -extern int yyparse __P((void)); -extern int cfparse __P((void)); -extern int cfreparse __P((void)); +extern int yyparse (void); +extern int cfparse (void); +extern int cfreparse (int); #endif /* _CFPARSE_PROTO_H */