1/* Automatically generated file, do not edit */
2#ifndef _h_common_c
3#define _h_common_c
4protected el_action_t	ed_end_of_file (EditLine *, Int);
5protected el_action_t	ed_insert (EditLine *, Int);
6protected el_action_t	ed_delete_prev_word (EditLine *, Int);
7protected el_action_t	ed_delete_next_char (EditLine *, Int);
8protected el_action_t	ed_kill_line (EditLine *, Int);
9protected el_action_t	ed_move_to_end (EditLine *, Int);
10protected el_action_t	ed_move_to_beg (EditLine *, Int);
11protected el_action_t	ed_transpose_chars (EditLine *, Int);
12protected el_action_t	ed_next_char (EditLine *, Int);
13protected el_action_t	ed_prev_word (EditLine *, Int);
14protected el_action_t	ed_prev_char (EditLine *, Int);
15protected el_action_t	ed_quoted_insert (EditLine *, Int);
16protected el_action_t	ed_digit (EditLine *, Int);
17protected el_action_t	ed_argument_digit (EditLine *, Int);
18protected el_action_t	ed_unassigned (EditLine *, Int);
19protected el_action_t	ed_tty_sigint (EditLine *, Int);
20protected el_action_t	ed_tty_dsusp (EditLine *, Int);
21protected el_action_t	ed_tty_flush_output (EditLine *, Int);
22protected el_action_t	ed_tty_sigquit (EditLine *, Int);
23protected el_action_t	ed_tty_sigtstp (EditLine *, Int);
24protected el_action_t	ed_tty_stop_output (EditLine *, Int);
25protected el_action_t	ed_tty_start_output (EditLine *, Int);
26protected el_action_t	ed_newline (EditLine *, Int);
27protected el_action_t	ed_delete_prev_char (EditLine *, Int);
28protected el_action_t	ed_clear_screen (EditLine *, Int);
29protected el_action_t	ed_redisplay (EditLine *, Int);
30protected el_action_t	ed_start_over (EditLine *, Int);
31protected el_action_t	ed_sequence_lead_in (EditLine *, Int);
32protected el_action_t	ed_prev_history (EditLine *, Int);
33protected el_action_t	ed_next_history (EditLine *, Int);
34protected el_action_t	ed_search_prev_history (EditLine *, Int);
35protected el_action_t	ed_search_next_history (EditLine *, Int);
36protected el_action_t	ed_prev_line (EditLine *, Int);
37protected el_action_t	ed_next_line (EditLine *, Int);
38protected el_action_t	ed_command (EditLine *, Int);
39#endif /* _h_common_c */
40