diff options
Diffstat (limited to 'lib/libedit/parse.h')
-rw-r--r-- | lib/libedit/parse.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libedit/parse.h b/lib/libedit/parse.h index f2a2ed2a539..51b1207c89a 100644 --- a/lib/libedit/parse.h +++ b/lib/libedit/parse.h @@ -1,5 +1,5 @@ -/* $OpenBSD: parse.h,v 1.5 2003/06/02 20:18:40 millert Exp $ */ -/* $NetBSD: parse.h,v 1.2 1997/01/11 06:48:03 lukem Exp $ */ +/* $OpenBSD: parse.h,v 1.6 2003/10/31 08:42:24 otto Exp $ */ +/* $NetBSD: parse.h,v 1.5 2003/08/07 16:44:32 agc Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -39,11 +39,11 @@ * el.parse.h: Parser functions */ #ifndef _h_el_parse -#define _h_el_parse +#define _h_el_parse -protected int parse_line(EditLine *, const char *); -protected int parse__escape(const char ** const); -protected char * parse__string(char *, const char *); -protected int parse_cmd(EditLine *, const char *); +protected int parse_line(EditLine *, const char *); +protected int parse__escape(const char ** const); +protected char *parse__string(char *, const char *); +protected int parse_cmd(EditLine *, const char *); #endif /* _h_el_parse */ |