aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cc/cc.h')
-rw-r--r--sys/cmd/cc/cc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cmd/cc/cc.h b/sys/cmd/cc/cc.h
index 6ed2caa..685dce2 100644
--- a/sys/cmd/cc/cc.h
+++ b/sys/cmd/cc/cc.h
@@ -388,7 +388,7 @@ struct Io
/* cc.c io functions */
Io* openio(byte *path);
-Io* makeio();
+Io* makeio(byte *name);
void freeio(Io *io);
struct StrTab