xref: /plan9/sys/lib/dist/cmd/bzfs/bzfs.h (revision 9a747e4fd48b9f4522c70c07e8f882a15030f964)
1 int unbzip(int);
2 void _unbzip(int, int);
3 int unbflz(int);
4 int xexpand(int);
5 void *emalloc(ulong);
6 void *erealloc(void*, ulong);
7 char *estrdup(char*);
8 
9 void ramfsmain(int, char**);
10 extern int chatty;
11 void error(char*, ...);
12