|
|
1.1 ! root 1: /* $Header$ */ ! 2: ! 3: /* ! 4: * project comparison tree definitions ! 5: * ! 6: * Author: Peter J. Nicklin ! 7: */ ! 8: ! 9: typedef struct _pnode ! 10: { ! 11: char *alias; /* project directory alias */ ! 12: char *pd1; /* project directory pathname */ ! 13: char *pd2; /* project directory pathname */ ! 14: struct _pnode *left; /* left child */ ! 15: struct _pnode *right; /* right child */ ! 16: } PTREE;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.