From: Philip Homburg Date: Wed, 14 Jun 2006 13:19:48 +0000 (+0000) Subject: Prototype for readline. X-Git-Tag: v3.1.3~344 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-coverage.html?a=commitdiff_plain;h=3edf4c2854ee7770ffd397f46d24eb29c61a1621;p=minix.git Prototype for readline. --- diff --git a/commands/ash/input.c b/commands/ash/input.c index 251232aa2..109cbfa30 100755 --- a/commands/ash/input.c +++ b/commands/ash/input.c @@ -67,6 +67,7 @@ __FBSDID("$FreeBSD: src/bin/sh/input.c,v 1.22 2004/04/06 20:06:51 markm Exp $"); #include #else /* What about other systems? */ +char *readline(char *prompt); #endif #else #include "myhistedit.h"