summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-20 20:24:21 (GMT)
committerGuido van Rossum <guido@python.org>2000-09-20 20:24:21 (GMT)
commit6c0f33f8efdd3e288a66402c8c1c38622206bcb2 (patch)
tree68cf26c8028c898222dbcf331abcdbb7a95b4169 /Modules
parentdf84facf0d3c3ab199fdfbeb678ea316d9e574c9 (diff)
downloadcpython-6c0f33f8efdd3e288a66402c8c1c38622206bcb2.zip
cpython-6c0f33f8efdd3e288a66402c8c1c38622206bcb2.tar.gz
cpython-6c0f33f8efdd3e288a66402c8c1c38622206bcb2.tar.bz2
Add a definition of rl_library_version. Reported by jpettit@sourceforge.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/readline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/readline.c b/Modules/readline.c
index faa574f..4105ddb 100644
--- a/Modules/readline.c
+++ b/Modules/readline.c
@@ -38,6 +38,7 @@ extern int read_history(char *);
extern int write_history(char *);
extern int history_truncate_file(char *, int);
extern Function *rl_event_hook;
+extern char *rl_library_version;
#endif
/* Pointers needed from outside (but not declared in a header file). */