|
|
1.1 root 1: /* $Header: /f/osi/others/quipu/uips/xd/RCS/filt.h,v 7.0 90/06/12 13:10:55 mrose Exp $ */
2: /*
3: $Log: filt.h,v $
4: * Revision 7.0 90/06/12 13:10:55 mrose
5: * *** empty log message ***
6: *
7: * Revision 1.5 90/04/26 10:22:41 emsrssn
8: * Installation fixed
9: *
10: *
11: * Revision 1.4 90/04/25 17:28:11 emsrssn
12: * Lint tidy up
13: *
14: *
15: * Revision 1.3 90/04/19 13:54:12 emsrssn
16: * keyboard accelerator now activates button highlight.
17: *
18: * search types available is dependent on current position
19: * to prevent unreasonable searches.
20: *
21: * the help popup changes automatically depending on the
22: * position of the cursor
23: *
24: * buttons remain a fixed size when the application is
25: * resized
26: *
27: * command line options are now handled properly
28: *
29: * logging added
30: *
31: * "reads" are now sorted to show mail address at top etc.
32: *
33: *
34: * Revision 1.2 90/03/09 15:57:31 emsrssn
35: * First public distribution
36: *
37: *
38: * Revision 1.1 90/03/08 13:18:46 emsrssn
39: * Initial revision
40: *
41: *
42: */
43:
44: #ifndef FILT
45: #define FILT
46:
47: typedef struct stroid_list {
48: int fi_type;
49: char *stroid;
50: char *name;
51: } filt_item;
52:
53: typedef struct filter_struct {
54: int flt_type;
55: union ftype {
56: filt_item item;
57: struct filter_struct *sub_filt;
58: } fu_cont;
59: struct filter_struct *next;
60: } filt_struct;
61:
62: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.