summaryrefslogtreecommitdiff
path: root/bashline.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2011-12-29 13:08:05 -0500
committerChet Ramey <chet.ramey@case.edu>2011-12-29 13:08:05 -0500
commitf4f5e1c2b8fa4539e367e1f48774183d349184c5 (patch)
treee15b178ddcd2d8fa88dd4384fc970067afa69f57 /bashline.h
parentbfd181e794d5bd9d351af55a10081bc728c4496d (diff)
downloadbash-f4f5e1c2b8fa4539e367e1f48774183d349184c5.tar.gz
commit bash-20110513 snapshot
Diffstat (limited to 'bashline.h')
-rw-r--r--bashline.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashline.h b/bashline.h
index 9daa8f9f..c2fa3d27 100644
--- a/bashline.h
+++ b/bashline.h
@@ -33,6 +33,9 @@ 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));