/* * This structure contains all the field attributes that are used as * arguments by the routines "input_field", "edit_field" and "read_field". * It's most usefull to have and array of structures like these for all * the fields accessed. First introduced 01-15-90 Stratos. */ typedef struct field_attrib { FIELD *fieldptr; int forcol; int backcol; char *template; } FIELD_ATTRIB;