]> granicus.if.org Git - python/commitdiff
Add a definition of rl_library_version. Reported by jpettit@sourceforge.
authorGuido van Rossum <guido@python.org>
Wed, 20 Sep 2000 20:24:21 +0000 (20:24 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 20 Sep 2000 20:24:21 +0000 (20:24 +0000)
Modules/readline.c

index faa574ffcf71702b2a1807c0d508993954a2d74c..4105ddb2f75bd9ceaa56f88ea1edeca5edf44c05 100644 (file)
@@ -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). */