summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6ctl/parser.h
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2010-09-04 21:31:04 +0000
committertedu <tedu@openbsd.org>2010-09-04 21:31:04 +0000
commit6be5843ec61e3a3d3891b84615bd5eb6f8c55d63 (patch)
tree0201aea89051ec69781f644fb00a69fb718875e7 /usr.sbin/ospf6ctl/parser.h
parentRemove redundant prototype left behind by deraadt@ (diff)
downloadwireguard-openbsd-6be5843ec61e3a3d3891b84615bd5eb6f8c55d63.tar.xz
wireguard-openbsd-6be5843ec61e3a3d3891b84615bd5eb6f8c55d63.zip
move some things around to make intentions clear. not really a functional
change. ok claudio
Diffstat (limited to 'usr.sbin/ospf6ctl/parser.h')
-rw-r--r--usr.sbin/ospf6ctl/parser.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospf6ctl/parser.h b/usr.sbin/ospf6ctl/parser.h
index 4144f361e7f..ae7ed925bed 100644
--- a/usr.sbin/ospf6ctl/parser.h
+++ b/usr.sbin/ospf6ctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.7 2010/01/13 11:33:12 jsg Exp $ */
+/* $OpenBSD: parser.h,v 1.8 2010/09/04 21:31:04 tedu Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -62,8 +62,6 @@ struct parse_result {
};
struct parse_result *parse(int, char *[]);
-const struct token *match_token(const char *, const struct token *);
-void show_valid_args(const struct token *);
int parse_addr(const char *, struct in6_addr *);
int parse_prefix(const char *, struct in6_addr *,
u_int8_t *);