From b4d055c56d56b705a9874806044897b6f933a892 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Wed, 27 Mar 1996 19:33:22 +0000 Subject: From NetBSD: merge of 960317 --- usr.bin/mail/extern.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/mail/extern.h') diff --git a/usr.bin/mail/extern.h b/usr.bin/mail/extern.h index 616235810e9..469a3faddec 100644 --- a/usr.bin/mail/extern.h +++ b/usr.bin/mail/extern.h @@ -1,3 +1,5 @@ +/* $OpenBSD: extern.h,v 1.2 1996/03/27 19:32:32 niklas Exp $ */ + /*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. @@ -156,7 +158,7 @@ int ishead __P((char [])); int isign __P((char *, struct ignoretab [])); int isprefix __P((char *, char *)); void istrcpy __P((char *, char *)); -struct cmd * +const struct cmd * lex __P((char [])); void load __P((char *)); struct var * -- cgit v1.2.3