Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_posix/sys/lib/dist/cmd/bzfs/bzfs.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 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*, ...);