Module Name:    src
Committed By:   christos
Date:           Tue Jun  2 15:36:45 UTC 2015

Modified Files:
        src/lib/libedit/readline: readline.h

Log Message:
remove duplicate declaration


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/readline/readline.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/readline/readline.h
diff -u src/lib/libedit/readline/readline.h:1.36 src/lib/libedit/readline/readline.h:1.37
--- src/lib/libedit/readline/readline.h:1.36	Tue Jun  2 11:35:31 2015
+++ src/lib/libedit/readline/readline.h	Tue Jun  2 11:36:45 2015
@@ -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);

Reply via email to