Add a definition of rl_library_version. Reported by jpettit@sourceforge.
This commit is contained in:
parent
df84facf0d
commit
6c0f33f8ef
|
@ -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…
Reference in New Issue