|
|
BSD 4.3reno
/*
* $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/others/quipu/uips/pod/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:15:56 mrose
* *** empty log message ***
*
* Revision 1.5 90/04/26 10:21:32 emsrdsm
* *** empty log message ***
*
* Revision 1.4 90/04/25 13:48:03 emsrdsm
* i) lint'ed
*
* Revision 1.3 90/04/20 10:28:37 emsrdsm
* (i) fixed form bug
*
* Revision 1.2 90/04/18 18:48:39 emsrdsm
* i) added logging
*
* Revision 1.1 90/04/10 16:45:34 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
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.