diff --git a/include/editline.h b/include/editline.h index b32e2df..18145a4 100644 --- a/include/editline.h +++ b/include/editline.h @@ -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! */