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/smtpd/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/smtpd/parser.h')
-rw-r--r-- | usr.sbin/smtpd/parser.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/parser.h b/usr.sbin/smtpd/parser.h index 37039cab6d2..170c193710f 100644 --- a/usr.sbin/smtpd/parser.h +++ b/usr.sbin/smtpd/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.13 2010/06/01 23:06:23 jacekm Exp $ */ +/* $OpenBSD: parser.h,v 1.14 2010/09/04 21:31:04 tedu Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -44,5 +44,3 @@ 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 *); |