Bash-4.2 patch 29
This commit is contained in:
parent
cd110fdfc2
commit
16b2d7f4ea
7 changed files with 187 additions and 14 deletions
|
@ -33,10 +33,15 @@ extern void bashline_reset __P((void));
|
|||
extern void bashline_reinitialize __P((void));
|
||||
extern int bash_re_edit __P((char *));
|
||||
|
||||
extern void bashline_set_event_hook __P((void));
|
||||
extern void bashline_reset_event_hook __P((void));
|
||||
|
||||
extern int bind_keyseq_to_unix_command __P((char *));
|
||||
|
||||
extern char **bash_default_completion __P((const char *, int, int, int, int));
|
||||
|
||||
void set_directory_hook __P((void));
|
||||
|
||||
/* Used by programmable completion code. */
|
||||
extern char *command_word_completion_function __P((const char *, int));
|
||||
extern char *bash_groupname_completion_function __P((const char *, int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue