Deleted Added
full compact
0a1,2
> /* $NetBSD: parse.h,v 1.7 2009/12/30 22:37:40 christos Exp $ */
>
33,34c35
< * $NetBSD: parse.h,v 1.6 2005/05/29 04:58:15 lukem Exp $
< * $FreeBSD: head/lib/libedit/parse.h 148834 2005-08-07 20:55:59Z stefanf $
---
> * $FreeBSD: head/lib/libedit/parse.h 276881 2015-01-09 07:40:56Z bapt $
43,46c44,47
< protected int parse_line(EditLine *, const char *);
< protected int parse__escape(const char **);
< 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 **);
> protected Char *parse__string(Char *, const Char *);
> protected int parse_cmd(EditLine *, const Char *);