summaryrefslogtreecommitdiff
path: root/lib/libedit/map.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-10-09 03:44:01 +0000
committerXin LI <delphij@FreeBSD.org>2005-10-09 03:44:01 +0000
commitf7e84843790b8f39abc4bd21f54672cb876798fb (patch)
tree92bfbfc83cc4bf71b7b2155a6e4b583a95b2bbbd /lib/libedit/map.h
parentfaff5d19ff10d596c62b04e742fdb23195c1cfcd (diff)
Notes
Diffstat (limited to 'lib/libedit/map.h')
-rw-r--r--lib/libedit/map.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libedit/map.h b/lib/libedit/map.h
index 5ca7f52b29af..a76d8727b92a 100644
--- a/lib/libedit/map.h
+++ b/lib/libedit/map.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.
*
* @(#)map.h 8.1 (Berkeley) 6/4/93
- * $NetBSD: map.h,v 1.5 2000/09/04 22:06:31 lukem Exp $
+ * $NetBSD: map.h,v 1.8 2003/08/07 16:44:32 agc Exp $
* $FreeBSD$
*/
@@ -67,7 +63,7 @@ typedef struct el_map_t {
#define MAP_EMACS 0
#define MAP_VI 1
-protected int map_bind(EditLine *, int, char **);
+protected int map_bind(EditLine *, int, const char **);
protected int map_init(EditLine *);
protected void map_end(EditLine *);
protected void map_init_vi(EditLine *);