mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Add a definition of rl_library_version. Reported by jpettit@sourceforge.
This commit is contained in:
parent
df84facf0d
commit
6c0f33f8ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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). */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue