From 3edf4c2854ee7770ffd397f46d24eb29c61a1621 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Wed, 14 Jun 2006 13:19:48 +0000 Subject: [PATCH] Prototype for readline. --- commands/ash/input.c | 1 + 1 file changed, 1 insertion(+) 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"