summaryrefslogtreecommitdiff
path: root/zwgc/exec.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-11-08 09:59:30 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-11-08 09:59:30 +0000
commit40a59e5155639151b369097fc9cecd5e47a0a278 (patch)
treea59571568ac84eae83abf7a40e76489a8e1b41d7 /zwgc/exec.c
parent9f2ec493bf644bd9ffd045e0e24131ee3460509f (diff)
add declarations of functions which got implicitly declared incorrectly.
Diffstat (limited to 'zwgc/exec.c')
-rw-r--r--zwgc/exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zwgc/exec.c b/zwgc/exec.c
index 48064ec..674f637 100644
--- a/zwgc/exec.c
+++ b/zwgc/exec.c
@@ -34,6 +34,8 @@ static char rcsid_exec_c[] = "$Header$";
#include "variables.h"
#include "notice.h"
+static int exec_subtree(), exec_fields();
+
/****************************************************************************/
/* */
/* Utility subroutines: */