aboutsummaryrefslogtreecommitdiffstats
path: root/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'beam.h')
-rw-r--r--beam.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/beam.h b/beam.h
new file mode 100644
index 0000000..cd1ce09
--- /dev/null
+++ b/beam.h
@@ -0,0 +1,17 @@
+/* public things from beam.c */
+
+#ifndef _BEAM_H_
+#define _BEAM_H_
+
+int process_message __P ((char *buf, int len));
+void cancel_edit __P ((editsess *sp));
+void abort_edit_fd __P ((int fd));
+void message_edit __P ((char *text, int msglen, char view, char builtin));
+void sig_chld_bottomhalf __P ((void));
+
+extern char edit_start[];
+extern char edit_end[];
+extern editsess *edit_sess;
+
+#endif /* _BEAM_H_ */
+