summaryrefslogtreecommitdiffstats
path: root/lib/libedit/emacs.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2010-06-30 00:05:35 +0000
committernicm <nicm@openbsd.org>2010-06-30 00:05:35 +0000
commitaed0ee816f9603cf0d46fe3815ceb6bec2411556 (patch)
treec6b8d95edca22cea5077fbaf308938e15d720db1 /lib/libedit/emacs.h
parentswitch ss over to using xshandlers for queuing io. this brings it into line (diff)
downloadwireguard-openbsd-aed0ee816f9603cf0d46fe3815ceb6bec2411556.tar.xz
wireguard-openbsd-aed0ee816f9603cf0d46fe3815ceb6bec2411556.zip
Update libedit to bring it into sync with the latest version from NetBSD.
ok deraadt
Diffstat (limited to 'lib/libedit/emacs.h')
-rw-r--r--lib/libedit/emacs.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/libedit/emacs.h b/lib/libedit/emacs.h
new file mode 100644
index 00000000000..1f5ce3f16e9
--- /dev/null
+++ b/lib/libedit/emacs.h
@@ -0,0 +1,24 @@
+/* Automatically generated file, do not edit */
+#ifndef _h_emacs_c
+#define _h_emacs_c
+protected el_action_t em_delete_or_list (EditLine *, Int);
+protected el_action_t em_delete_next_word (EditLine *, Int);
+protected el_action_t em_yank (EditLine *, Int);
+protected el_action_t em_kill_line (EditLine *, Int);
+protected el_action_t em_kill_region (EditLine *, Int);
+protected el_action_t em_copy_region (EditLine *, Int);
+protected el_action_t em_gosmacs_transpose (EditLine *, Int);
+protected el_action_t em_next_word (EditLine *, Int);
+protected el_action_t em_upper_case (EditLine *, Int);
+protected el_action_t em_capitol_case (EditLine *, Int);
+protected el_action_t em_lower_case (EditLine *, Int);
+protected el_action_t em_set_mark (EditLine *, Int);
+protected el_action_t em_exchange_mark (EditLine *, Int);
+protected el_action_t em_universal_argument (EditLine *, Int);
+protected el_action_t em_meta_next (EditLine *, Int);
+protected el_action_t em_toggle_overwrite (EditLine *, Int);
+protected el_action_t em_copy_prev_word (EditLine *, Int);
+protected el_action_t em_inc_search_next (EditLine *, Int);
+protected el_action_t em_inc_search_prev (EditLine *, Int);
+protected el_action_t em_delete_prev_char (EditLine *, Int);
+#endif /* _h_emacs_c */