File:  [CSRG BSD Unix] / 43BSDReno / contrib / isode-beta / others / quipu / uips / sd / filt.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:56 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

/*
 * $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/others/quipu/uips/sd/filt.h,v 1.1.1.1 2018/04/24 16:12:56 root Exp $
 */

/*
 * $Log: filt.h,v $
 * Revision 1.1.1.1  2018/04/24 16:12:56  root
 * BSD 4.3reno
 *
 * Revision 7.0  90/06/12  13:14:25  mrose
 * *** empty log message ***
 * 
 * Revision 1.6  90/04/26  10:36:39  emsrdsm
 * *** empty log message ***
 * 
 * Revision 1.5  90/04/25  15:07:52  emsrdsm
 * i) lint'ed
 * 
 * Revision 1.4  90/04/20  17:58:09  emsrdsm
 * i) no more freeing
 * 
 * Revision 1.3  90/04/18  18:28:17  emsrdsm
 * fixed i) does not move to leaves
 *       ii) added default mechanism described using "typeDefaults" file.
 * 	 iii) added 'sorting' to attribute display
 * 
 * Revision 1.2  90/03/15  16:33:21  emsrdsm
 * *** empty log message ***
 * 
 * Revision 1.1  90/03/09  17:41:01  emsrdsm
 * Initial revision
 * 
 * Revision 1.1  90/03/09  13:38:43  emsrdsm
 * Initial revision
 * 
 */

#ifndef FILT
#define FILT

typedef struct stroid_list {
        int fi_type;
        char *stroid;
        char *name;
      } filt_item;

typedef struct filter_struct {
        int flt_type;
        union ftype {
                filt_item item;
                struct filter_struct *sub_filt;
              } fu_cont;
        struct filter_struct *next;
      } filt_struct;

#endif 

unix.superglobalmegacorp.com

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