summaryrefslogtreecommitdiff
path: root/usr.bin/pcc
diff options
context:
space:
mode:
authorAnders Magnusson <ragge@cvs.openbsd.org>2007-12-09 18:37:49 +0000
committerAnders Magnusson <ragge@cvs.openbsd.org>2007-12-09 18:37:49 +0000
commite43302e5cc76502118cb1441bd67f74981ca2a74 (patch)
tree713b39fd01de8fb3f7c4380a9d97eab01f4bd7a8 /usr.bin/pcc
parent6281d4a22a2fa48216a0fce7f1c769b967dc38f6 (diff)
Update from master repo:
- Nuke unused prototypes.
Diffstat (limited to 'usr.bin/pcc')
-rw-r--r--usr.bin/pcc/mip/manifest.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/pcc/mip/manifest.h b/usr.bin/pcc/mip/manifest.h
index 0b8ed7827bf..c154c4e4d64 100644
--- a/usr.bin/pcc/mip/manifest.h
+++ b/usr.bin/pcc/mip/manifest.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: manifest.h,v 1.7 2007/11/18 17:39:55 ragge Exp $ */
+/* $OpenBSD: manifest.h,v 1.8 2007/12/09 18:37:48 ragge Exp $ */
/*
* Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
*
@@ -291,9 +291,6 @@ void send_passt(int type, ...);
/*
* External declarations, typedefs and the like
*/
-char *hash(char *s);
-char *savestr(char *cp);
-char *tstr(char *cp);
/* memory management stuff */
void *permalloc(int size);
@@ -302,6 +299,9 @@ void *tmpalloc(int size);
void tmpfree(void);
char *newstring(char *, int len);
+/* command-line processing */
+void mflags(char *);
+
void tprint(FILE *, TWORD, TWORD);
/* pass t communication subroutines */