Annotation of 43BSDReno/contrib/isode-beta/others/quipu/uips/sd/filt.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * $Header: /f/osi/others/quipu/uips/sd/RCS/filt.h,v 7.0 90/06/12 13:14:25 mrose Exp $
        !             3:  */
        !             4: 
        !             5: /*
        !             6:  * $Log:       filt.h,v $
        !             7:  * Revision 7.0  90/06/12  13:14:25  mrose
        !             8:  * *** empty log message ***
        !             9:  * 
        !            10:  * Revision 1.6  90/04/26  10:36:39  emsrdsm
        !            11:  * *** empty log message ***
        !            12:  * 
        !            13:  * Revision 1.5  90/04/25  15:07:52  emsrdsm
        !            14:  * i) lint'ed
        !            15:  * 
        !            16:  * Revision 1.4  90/04/20  17:58:09  emsrdsm
        !            17:  * i) no more freeing
        !            18:  * 
        !            19:  * Revision 1.3  90/04/18  18:28:17  emsrdsm
        !            20:  * fixed i) does not move to leaves
        !            21:  *       ii) added default mechanism described using "typeDefaults" file.
        !            22:  *      iii) added 'sorting' to attribute display
        !            23:  * 
        !            24:  * Revision 1.2  90/03/15  16:33:21  emsrdsm
        !            25:  * *** empty log message ***
        !            26:  * 
        !            27:  * Revision 1.1  90/03/09  17:41:01  emsrdsm
        !            28:  * Initial revision
        !            29:  * 
        !            30:  * Revision 1.1  90/03/09  13:38:43  emsrdsm
        !            31:  * Initial revision
        !            32:  * 
        !            33:  */
        !            34: 
        !            35: #ifndef FILT
        !            36: #define FILT
        !            37: 
        !            38: typedef struct stroid_list {
        !            39:         int fi_type;
        !            40:         char *stroid;
        !            41:         char *name;
        !            42:       } filt_item;
        !            43: 
        !            44: typedef struct filter_struct {
        !            45:         int flt_type;
        !            46:         union ftype {
        !            47:                 filt_item item;
        !            48:                 struct filter_struct *sub_filt;
        !            49:               } fu_cont;
        !            50:         struct filter_struct *next;
        !            51:       } filt_struct;
        !            52: 
        !            53: #endif 

unix.superglobalmegacorp.com

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