Added external interface to readline, for raw_input().
diff --git a/Include/fileobject.h b/Include/fileobject.h
index fc9988d..beaebe9 100644
--- a/Include/fileobject.h
+++ b/Include/fileobject.h
@@ -31,3 +31,4 @@
 extern object *newfileobject PROTO((char *, char *));
 extern object *newopenfileobject PROTO((FILE *, char *, char *));
 extern FILE *getfilefile PROTO((object *));
+extern object *filegetline PROTO((object *, int));