changeset 1362:f9745982c987

[project @ 1995-09-05 23:17:03 by jwe]
author jwe
date Tue, 05 Sep 1995 23:17:03 +0000
parents 90a897b8bbd3
children ed5757e3333b
files src/input.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/input.h	Tue Sep 05 21:55:23 1995 +0000
+++ b/src/input.h	Tue Sep 05 23:17:03 1995 +0000
@@ -71,7 +71,7 @@
 
 extern "C"
 {
-char *gnu_readline (char *s);
+char *gnu_readline (const char *s);
 }
 
 #endif