export rl_done

This commit is contained in:
christos 2016-10-28 18:32:35 +00:00
parent 1a4590725b
commit 931e76f255

View File

@ -1,4 +1,4 @@
/* $NetBSD: readline.h,v 1.40 2016/08/24 13:10:59 christos Exp $ */
/* $NetBSD: readline.h,v 1.41 2016/10/28 18:32:35 christos Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -121,6 +121,7 @@ extern Function *rl_startup_hook;
extern char *rl_terminal_name;
extern int rl_already_prompted;
extern char *rl_prompt;
extern int rl_done;
/*
* The following is not implemented
*/