Add a definition of rl_library_version. Reported by jpettit@sourceforge.

This commit is contained in:
Guido van Rossum 2000-09-20 20:24:21 +00:00
parent df84facf0d
commit 6c0f33f8ef
1 changed files with 1 additions and 0 deletions

View 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). */