]> Zhao Yanbai Git Server - minix.git/commitdiff
Prototype for readline.
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 14 Jun 2006 13:19:48 +0000 (13:19 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 14 Jun 2006 13:19:48 +0000 (13:19 +0000)
commands/ash/input.c

index 251232aa200329f5d2825f6e45db167728342d70..109cbfa30cd97c5f7f7bb05a43ecc615faa1aa92 100755 (executable)
@@ -67,6 +67,7 @@ __FBSDID("$FreeBSD: src/bin/sh/input.c,v 1.22 2004/04/06 20:06:51 markm Exp $");
 #include <readline/readline.h>
 #else
 /* What about other systems? */
+char *readline(char *prompt);
 #endif
 #else
 #include "myhistedit.h"