aboutsummaryrefslogtreecommitdiffstats
path: root/beam.h
diff options
context:
space:
mode:
Diffstat (limited to 'beam.h')
-rw-r--r--beam.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/beam.h b/beam.h
index cd1ce09..84189d9 100644
--- a/beam.h
+++ b/beam.h
@@ -3,11 +3,11 @@
#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));
+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[];