X-Git-Url: https://git.saurik.com/apple/ipsec.git/blobdiff_plain/d1e348cfd503b08e7d34b7683d23aae209af0a71..d06a7ccbc5c7dbb1b65b08cfdbb7c4ec0824c666:/ipsec-tools/racoon/cfparse_proto.h diff --git a/ipsec-tools/racoon/cfparse_proto.h b/ipsec-tools/racoon/cfparse_proto.h index 010cdcd..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((int)); +extern int yyparse (void); +extern int cfparse (void); +extern int cfreparse (int); #endif /* _CFPARSE_PROTO_H */