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

1.1       root        1: /*
                      2:  * $Header: /f/osi/others/quipu/uips/pod/RCS/filt.h,v 7.0 90/06/12 13:15:56 mrose Exp $
                      3:  */
                      4: 
                      5: /*
                      6:  * $Log:       filt.h,v $
                      7:  * Revision 7.0  90/06/12  13:15:56  mrose
                      8:  * *** empty log message ***
                      9:  * 
                     10:  * Revision 1.5  90/04/26  10:21:32  emsrdsm
                     11:  * *** empty log message ***
                     12:  * 
                     13:  * Revision 1.4  90/04/25  13:48:03  emsrdsm
                     14:  * i) lint'ed
                     15:  * 
                     16:  * Revision 1.3  90/04/20  10:28:37  emsrdsm
                     17:  * (i) fixed form bug
                     18:  * 
                     19:  * Revision 1.2  90/04/18  18:48:39  emsrdsm
                     20:  * i) added logging
                     21:  * 
                     22:  * Revision 1.1  90/04/10  16:45:34  emsrdsm
                     23:  * Initial revision
                     24:  * 
                     25:  */
                     26: 
                     27: #ifndef FILT
                     28: #define FILT
                     29: 
                     30: typedef struct stroid_list {
                     31:         int fi_type;
                     32:         char *stroid;
                     33:         char *name;
                     34:       } filt_item;
                     35: 
                     36: typedef struct filter_struct {
                     37:         int flt_type;
                     38:         union ftype {
                     39:                 filt_item item;
                     40:                 struct filter_struct *sub_filt;
                     41:               } fu_cont;
                     42:         struct filter_struct *next;
                     43:       } filt_struct;
                     44: 
                     45: #endif 

unix.superglobalmegacorp.com

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