summaryrefslogtreecommitdiffstats
path: root/lib/libipsec/test-policy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libipsec/test-policy.c')
-rw-r--r--lib/libipsec/test-policy.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libipsec/test-policy.c b/lib/libipsec/test-policy.c
index d8467e3..7909b66 100644
--- a/lib/libipsec/test-policy.c
+++ b/lib/libipsec/test-policy.c
@@ -86,11 +86,11 @@ struct req_t {
{ 0, "out ipsec esp/transport/fec0::10-fec0::11/use" },
};
-int test1 __P((void));
-int test1sub1 __P((struct req_t *));
-int test1sub2 __P((char *, int));
-int test2 __P((void));
-int test2sub __P((int));
+int test1(void);
+int test1sub1(struct req_t *);
+int test1sub2(char *, int);
+int test2(void);
+int test2sub(int);
int
main(ac, av)
OpenPOWER on IntegriCloud