summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zwgc/exec.c2
-rw-r--r--zwgc/formatter.c2
-rw-r--r--zwgc/main.c2
3 files changed, 5 insertions, 1 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: */
diff --git a/zwgc/formatter.c b/zwgc/formatter.c
index 41504c4..f62a43d 100644
--- a/zwgc/formatter.c
+++ b/zwgc/formatter.c
@@ -26,6 +26,8 @@ static char rcsid_formatter_c[] = "$Header$";
#include "formatter.h"
#include "text_operations.h"
+static int pure_text_length(), env_length();
+
#ifdef notdef
static character_class atsign_set = { /* '@' = 0x40 */
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
diff --git a/zwgc/main.c b/zwgc/main.c
index 9a36922..f965cc3 100644
--- a/zwgc/main.c
+++ b/zwgc/main.c
@@ -35,7 +35,7 @@ static char rcsid_main_c[] = "$Header$";
#include "variables.h"
extern void notice_handler();
-extern void setup_signals();
+static void setup_signals();
/*
* Global zwgc-wide variables: