summaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2011-03-31 01:13:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2011-03-31 01:13:05 +0000
commit75d35a370343c1fb6f274d4631225321e727287f (patch)
treef34dc8a2bb54570a6798ff5be267407e132ef117 /parse.h
parentf592be44eb2190db09b8cee428090a232d528910 (diff)
Notes
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/parse.h b/parse.h
index 4aaef2f834a4..58dced1aeaa2 100644
--- a/parse.h
+++ b/parse.h
@@ -1,4 +1,4 @@
-/* $NetBSD: parse.h,v 1.4 2000/09/04 22:06:31 lukem Exp $ */
+/* $NetBSD: parse.h,v 1.6 2005/05/29 04:58:15 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -15,11 +15,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.
*
@@ -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 *);