aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/acme.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-05 03:13:13 +0000
committerrsc <devnull@localhost>2004-03-05 03:13:13 +0000
commit4da83e7ccebd8ab6eb33747d16292567ec59d7dd (patch)
tree999f0d6abbe3863ee3597a7070331ba6445a1863 /src/cmd/acme/acme.c
parentc91bd3283a44946fd420ce68c43580aa0d327546 (diff)
downloadplan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.tar.gz
plan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.tar.bz2
plan9port-4da83e7ccebd8ab6eb33747d16292567ec59d7dd.zip
Various little fixes.
Diffstat (limited to 'src/cmd/acme/acme.c')
-rw-r--r--src/cmd/acme/acme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
index 87924caa..fbfb9f14 100644
--- a/src/cmd/acme/acme.c
+++ b/src/cmd/acme/acme.c
@@ -45,7 +45,7 @@ Command *command;
void acmeerrorinit(void);
void readfile(Column*, char*);
-int shutdown(void*, char*);
+static int shutdown(void*, char*);
void
derror(Display *d, char *errorstr)
@@ -270,7 +270,7 @@ char *oknotes[] ={
int dumping;
-int
+static int
shutdown(void *v, char *msg)
{
int i;