diff options
author | iru <devnull@localhost> | 2011-04-14 00:35:48 -0300 |
---|---|---|
committer | iru <devnull@localhost> | 2011-04-14 00:35:48 -0300 |
commit | fd8d404d520a3f10c143f5cbe7c170606fffc75c (patch) | |
tree | fbc8bf7218eca7d6290ffb1109fcc73b5b5cda33 /sys/src/cmd/bzfs/bzfs.h | |
parent | dd468419f2fbaa2c3fec570a88d13e8eae8f3faf (diff) |
Promote the old installer/livecd specific tools to normal tools under /sys/src/cmd. Where similar common tools already existed, I kept them.
Diffstat (limited to 'sys/src/cmd/bzfs/bzfs.h')
-rw-r--r-- | sys/src/cmd/bzfs/bzfs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/src/cmd/bzfs/bzfs.h b/sys/src/cmd/bzfs/bzfs.h new file mode 100644 index 000000000..1de291a39 --- /dev/null +++ b/sys/src/cmd/bzfs/bzfs.h @@ -0,0 +1,11 @@ +int unbzip(int); +void _unbzip(int, int); +int unbflz(int); +int xexpand(int); +void *emalloc(ulong); +void *erealloc(void*, ulong); +char *estrdup(char*); + +void ramfsmain(int, char**); +extern int chatty; +void error(char*, ...); |