summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sbin/pfctl/parse.y8
1 files changed, 3 insertions, 5 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 0f0f98c2a03..6b6cfde85b2 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.305 2003/02/03 15:44:52 dhartmei Exp $ */
+/* $OpenBSD: parse.y,v 1.306 2003/02/03 16:44:21 deraadt Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -265,10 +265,8 @@ struct sym *symhead = NULL;
int symset(const char *, const char *);
char *symget(const char *);
-void decide_address_family(struct node_host *,
- sa_family_t *);
-void remove_invalid_hosts(struct node_host **,
- sa_family_t *);
+void decide_address_family(struct node_host *, sa_family_t *);
+void remove_invalid_hosts(struct node_host **, sa_family_t *);
u_int16_t parseicmpspec(char *, sa_family_t);
typedef struct {