aboutsummaryrefslogtreecommitdiff
path: root/teco.c
diff options
context:
space:
mode:
Diffstat (limited to 'teco.c')
-rw-r--r--teco.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/teco.c b/teco.c
index ef78d56..bf5d58b 100644
--- a/teco.c
+++ b/teco.c
@@ -757,11 +757,11 @@ init_signals()
{
#if 0
-int cmd_suspend();
+int cmd_suspend(void);
#endif
-int cmd_interrupt();
-int cmd_alarm();
-int cmd_winch();
+int cmd_interrupt(void);
+int cmd_alarm(void);
+int cmd_winch(void);
PREAMBLE();
@@ -1056,7 +1056,7 @@ register int i,j;
int count;
register char *cp,*dp;
struct wildcard_expansion *name_list,*np;
-struct wildcard_expansion *expand_filename();
+struct wildcard_expansion *expand_filename(char *);
int number_of_buffers_opened = 0;
char switch_buffer[TECO_FILENAME_TOTAL_LENGTH];
char *command_line;