Add rl_attempted_completion_over global to header

Signed-off-by: Arthur Michas <vikr@protonmail.com>
This commit is contained in:
Arthur Michas 2024-09-07 02:53:08 +02:00
parent caf4b3c0ce
commit 93d952291f
No known key found for this signature in database
GPG Key ID: 8F62157B027B248F

View File

@ -84,6 +84,7 @@ extern int rl_point;
extern int rl_mark;
extern int rl_end;
extern int rl_inhibit_complete;
extern int rl_attempted_completion_over;
extern char *rl_line_buffer;
extern const char *rl_readline_name;
extern FILE *rl_instream; /* The stdio stream from which input is read. Defaults to stdin if NULL - Not supported yet! */