diff options
Diffstat (limited to 'dist/parse.h')
-rw-r--r-- | dist/parse.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dist/parse.h b/dist/parse.h index 76fddf2..4aaef2f 100644 --- a/dist/parse.h +++ b/dist/parse.h @@ -1,4 +1,4 @@ -/* $NetBSD: parse.h,v 1.2 1997/01/11 06:48:03 lukem Exp $ */ +/* $NetBSD: parse.h,v 1.4 2000/09/04 22:06:31 lukem Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -42,11 +42,11 @@ * el.parse.h: Parser functions */ #ifndef _h_el_parse -#define _h_el_parse +#define _h_el_parse -protected int parse_line __P((EditLine *, const char *)); -protected int parse__escape __P((const char ** const)); -protected char * parse__string __P((char *, const char *)); -protected int parse_cmd __P((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 */ |