summaryrefslogtreecommitdiff
path: root/Include/fileobject.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1991-04-04 15:21:57 +0000
committerGuido van Rossum <guido@python.org>1991-04-04 15:21:57 +0000
commitf28996ed7311c5252a5ca72114c85dbaf704723e (patch)
tree631d21bad21b807b2b93db9fb6207b16a17707cd /Include/fileobject.h
parenta98fc1ce95e1bbd4275042fe9b02bc561fc9346d (diff)
downloadcpython-f28996ed7311c5252a5ca72114c85dbaf704723e.tar.gz
Added external interface to readline, for raw_input().
Diffstat (limited to 'Include/fileobject.h')
-rw-r--r--Include/fileobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/fileobject.h b/Include/fileobject.h
index fc9988dda8..beaebe983a 100644
--- a/Include/fileobject.h
+++ b/Include/fileobject.h
@@ -31,3 +31,4 @@ extern typeobject Filetype;
extern object *newfileobject PROTO((char *, char *));
extern object *newopenfileobject PROTO((FILE *, char *, char *));
extern FILE *getfilefile PROTO((object *));
+extern object *filegetline PROTO((object *, int));