aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acidtypes/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/acidtypes/dat.h')
-rw-r--r--src/cmd/acidtypes/dat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/acidtypes/dat.h b/src/cmd/acidtypes/dat.h
index 5039070a..1c26e6bd 100644
--- a/src/cmd/acidtypes/dat.h
+++ b/src/cmd/acidtypes/dat.h
@@ -87,4 +87,9 @@ char *cleanstl(char*);
void addsymx(char*, char*, Type*);
void dumpsyms(Biobuf*);
+int Bfmt(Fmt*);
+
+#ifdef VARARGCK
+#pragma varargck type "B" char*
+#endif