Annotation of 43BSDTahoe/new/spms/src/bin/pdiff/ptree.h, revision 1.1

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;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.