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