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-vt/sys/src/games/music/jukefs/parse.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
Object	*getobject(Type, Object *);
2
Object	*getinclude(Object *);
3
void	childsort(Object *);
4
void	childenum(Object *);
5
Object	*newobject(Type, Object *);
6
void	freeobject(Object *, char *);
7
void	freetree(Object *);
8
void	*mymalloc(void *old, int size);
9
void	addchild(Object *, Object *, char*);
10
void	addcatparent(Object *, Object *);
11
void	inittokenlist(void);
12
void	initparse(void);
13
void	exit(int);
14
 
15
extern char *startdir;