aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acidtypes/dat.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-11-28 01:37:16 +0000
committerrsc <devnull@localhost>2005-11-28 01:37:16 +0000
commitd58b36f9d3eeb714d5102b5fb9f73b2284dae2f5 (patch)
treede0b2a318cd54c59a24119928e1556f9b64505df /src/cmd/acidtypes/dat.h
parent4b016109374fbd90fe907bc0271db75c436afe8a (diff)
downloadplan9port-d58b36f9d3eeb714d5102b5fb9f73b2284dae2f5.tar.gz
plan9port-d58b36f9d3eeb714d5102b5fb9f73b2284dae2f5.tar.bz2
plan9port-d58b36f9d3eeb714d5102b5fb9f73b2284dae2f5.zip
fixes
Diffstat (limited to 'src/cmd/acidtypes/dat.h')
-rw-r--r--src/cmd/acidtypes/dat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmd/acidtypes/dat.h b/src/cmd/acidtypes/dat.h
index a7d5f5d9..5039070a 100644
--- a/src/cmd/acidtypes/dat.h
+++ b/src/cmd/acidtypes/dat.h
@@ -79,10 +79,12 @@ char *nameof(Type*, int);
void freetypes(void);
extern char *prefix;
+extern int verbose;
+
char *fixname(char*);
+char *cleanstl(char*);
void addsymx(char*, char*, Type*);
void dumpsyms(Biobuf*);
-