summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-03 16:44:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-03 16:44:22 +0000
commitcb186fad5ce8762a476e4343afa5bfe03586b93e (patch)
tree527574860bce94c684ea43fb34942f574351dd18 /sbin
parentc7800013817c89c41ee041ec3733a8379c2bf5aa (diff)
pretty
Diffstat (limited to 'sbin')
-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 {