diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-14 01:17:46 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-10-14 01:17:46 +0530 |
commit | 0368a8bd3a738e536dace204ca820d145d47cbf2 (patch) | |
tree | 648f82dd374e74038ef36ab8a028228c1d5b36c6 /cmd-line-utils/libedit/parse.h | |
parent | 8a2286baed58025fee6076f61d4763d6a0e37d3b (diff) | |
parent | d96c25a79013eae662d1c0f5f43782126b24e696 (diff) | |
download | mariadb-git-0368a8bd3a738e536dace204ca820d145d47cbf2.tar.gz |
Merge of changeset of WL#5945 from mysql-5.1.
Diffstat (limited to 'cmd-line-utils/libedit/parse.h')
-rw-r--r-- | cmd-line-utils/libedit/parse.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd-line-utils/libedit/parse.h b/cmd-line-utils/libedit/parse.h index 58dced1aeaa..ec04051bc27 100644 --- a/cmd-line-utils/libedit/parse.h +++ b/cmd-line-utils/libedit/parse.h @@ -1,4 +1,4 @@ -/* $NetBSD: parse.h,v 1.6 2005/05/29 04:58:15 lukem Exp $ */ +/* $NetBSD: parse.h,v 1.7 2009/12/30 22:37:40 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -40,9 +40,9 @@ #ifndef _h_el_parse #define _h_el_parse -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 *); #endif /* _h_el_parse */ |