summaryrefslogtreecommitdiffstats
path: root/lib/libedit/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libedit/parse.h')
-rw-r--r--lib/libedit/parse.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libedit/parse.h b/lib/libedit/parse.h
index 356750d7..cca4abf 100644
--- a/lib/libedit/parse.h
+++ b/lib/libedit/parse.h
@@ -13,11 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -34,7 +30,7 @@
* SUCH DAMAGE.
*
* @(#)parse.h 8.1 (Berkeley) 6/4/93
- * $NetBSD: parse.h,v 1.3 1999/07/02 15:21:26 simonb Exp $
+ * $NetBSD: parse.h,v 1.6 2005/05/29 04:58:15 lukem Exp $
* $FreeBSD$
*/
@@ -45,7 +41,7 @@
#define _h_el_parse
protected int parse_line(EditLine *, const char *);
-protected int parse__escape(const char ** const);
+protected int parse__escape(const char **);
protected char *parse__string(char *, const char *);
protected int parse_cmd(EditLine *, const char *);
OpenPOWER on IntegriCloud