summaryrefslogtreecommitdiffstats
path: root/src/cmd/auxstats/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auxstats/dat.h')
-rw-r--r--src/cmd/auxstats/dat.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/auxstats/dat.h b/src/cmd/auxstats/dat.h
new file mode 100644
index 00000000..17e5c615
--- /dev/null
+++ b/src/cmd/auxstats/dat.h
@@ -0,0 +1,9 @@
+extern Biobuf bout;
+extern void (*statfn[])(int);
+extern char buf[];
+extern char *line[];
+extern char *tok[];
+extern int nline, ntok;
+
+void readfile(int);
+void tokens(int);