Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1199 → Rev 1200

/demos/trunk/loader/parser.h
20,7 → 20,7
struct loader_task *next;
};
 
int line_parser(void);
int line_parser(char *buf, int line_num, struct timespec *total, struct loader_task *last);
 
#endif