summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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 */