Commit 6c0f33f8 authored by Guido van Rossum's avatar Guido van Rossum

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

parent df84facf
......@@ -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). */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment