summaryrefslogtreecommitdiffstats
path: root/contrib/libreadline
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-04-12 17:18:46 +0000
committerache <ache@FreeBSD.org>2001-04-12 17:18:46 +0000
commit820a33d7dbcc42c65b6eaea23a7f6be3615d6a57 (patch)
treef232fc7eb9b6c9999c9b12cb5e1b244b14986094 /contrib/libreadline
parent52a17539a6e2ae2b923552545617bb7f817f6fc0 (diff)
downloadFreeBSD-src-820a33d7dbcc42c65b6eaea23a7f6be3615d6a57.zip
FreeBSD-src-820a33d7dbcc42c65b6eaea23a7f6be3615d6a57.tar.gz
Activate backward-compatible prototypes
Diffstat (limited to 'contrib/libreadline')
-rw-r--r--contrib/libreadline/readline.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/libreadline/readline.h b/contrib/libreadline/readline.h
index 3266f4d..c0ae625 100644
--- a/contrib/libreadline/readline.h
+++ b/contrib/libreadline/readline.h
@@ -404,7 +404,6 @@ extern char **rl_completion_matches __P((const char *, rl_compentry_func_t *));
extern char *rl_username_completion_function __P((const char *, int));
extern char *rl_filename_completion_function __P((const char *, int));
-#if 0
/* Backwards compatibility (compat.c). These will go away sometime. */
extern void free_undo_list __P((void));
extern int maybe_save_line __P((void));
@@ -418,7 +417,6 @@ extern int crlf __P((void));
extern char **completion_matches __P((char *, rl_compentry_func_t *));
extern char *username_completion_function __P((const char *, int));
extern char *filename_completion_function __P((const char *, int));
-#endif
/* **************************************************************** */
/* */
OpenPOWER on IntegriCloud