|
|
1.1 ! root 1: /* $Header: /f/osi/others/quipu/uips/xd/RCS/symtab.h,v 7.0 90/06/12 13:10:57 mrose Exp $ */ ! 2: /* ! 3: $Log: symtab.h,v $ ! 4: * Revision 7.0 90/06/12 13:10:57 mrose ! 5: * *** empty log message *** ! 6: * ! 7: * Revision 1.5 90/04/26 10:22:49 emsrssn ! 8: * Installation fixed ! 9: * ! 10: * ! 11: * Revision 1.4 90/04/25 17:28:19 emsrssn ! 12: * Lint tidy up ! 13: * ! 14: * ! 15: * Revision 1.3 90/04/19 13:54:21 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:36 emsrssn ! 35: * First public distribution ! 36: * ! 37: * ! 38: * Revision 1.1 90/03/08 13:18:49 emsrssn ! 39: * Initial revision ! 40: * ! 41: * ! 42: */ ! 43: ! 44: #ifndef SYMTAB ! 45: #define SYMTAB ! 46: ! 47: ! 48: typedef struct tab_entry { ! 49: char *val; ! 50: char *name; ! 51: struct tab_entry *next; ! 52: } *table_entry; ! 53: ! 54: #define NULLSYM (table_entry) 0 ! 55: ! 56: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.