summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpctl/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dvmrpctl/parser.h')
-rw-r--r--usr.sbin/dvmrpctl/parser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dvmrpctl/parser.h b/usr.sbin/dvmrpctl/parser.h
index 56946315077..90ac2c75e49 100644
--- a/usr.sbin/dvmrpctl/parser.h
+++ b/usr.sbin/dvmrpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.2 2009/11/02 20:32:17 claudio Exp $ */
+/* $OpenBSD: parser.h,v 1.3 2009/11/13 20:09:54 jsg Exp $ */
/*
* Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -51,8 +51,8 @@ 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 []);
+const struct token *match_token(const char *, const struct token *);
+void show_valid_args(const struct token *);
int parse_addr(const char *, struct in_addr *);
int parse_prefix(const char *, struct in_addr *,
u_int8_t *);