diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-09-04 21:31:05 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-09-04 21:31:05 +0000 |
commit | 4890afe69020fe918091de424fbecba5d6bd83cc (patch) | |
tree | 1e79a4a6a7f1812e6869c3c9a4efa5e23dd36b23 /usr.sbin/ospf6ctl/parser.h | |
parent | acfeea39a04eeb0fa88e377c00adff52a9b3c187 (diff) |
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.h | 4 |
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 *); |