Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit/readline remove duplicate declaration



details:   https://anonhg.NetBSD.org/src/rev/0c5f69a90dc6
branches:  trunk
changeset: 808787:0c5f69a90dc6
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jun 02 15:36:45 2015 +0000

description:
remove duplicate declaration

diffstat:

 lib/libedit/readline/readline.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7577f727cf7b -r 0c5f69a90dc6 lib/libedit/readline/readline.h
--- a/lib/libedit/readline/readline.h   Tue Jun 02 15:35:31 2015 +0000
+++ b/lib/libedit/readline/readline.h   Tue Jun 02 15:36:45 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: readline.h,v 1.36 2015/06/02 15:35:31 christos Exp $   */
+/*     $NetBSD: readline.h,v 1.37 2015/06/02 15:36:45 christos Exp $   */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -40,7 +40,6 @@
 typedef int      Function(const char *, int);
 typedef void     VFunction(void);
 typedef void     rl_vcpfunc_t(char *);
-typedef char    *rl_compentry_func_t(const char *, int);
 typedef char   **rl_completion_func_t(const char *, int, int);
 typedef char     *rl_compentry_func_t(const char *, int);
 typedef int      rl_command_func_t(int, int);



Home | Main Index | Thread Index | Old Index