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/74c3bf1780bd
branches: trunk
changeset: 338645:74c3bf1780bd
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 334c1f131018 -r 74c3bf1780bd 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