(ef_init): Remove cadef member from fileinit,
insert directly into the empfile structure. Add ef_type member to fileinit to identify rows with data. Remove unused rows of fileinit.
This commit is contained in:
parent
29d21997b9
commit
cf4faac293
3 changed files with 27 additions and 40 deletions
|
@ -113,10 +113,10 @@ struct empfile {
|
|||
instead of bmap or map. */
|
||||
|
||||
struct fileinit {
|
||||
int ef_type;
|
||||
void (*init) (int, char *);
|
||||
int (*postread) (int, char *);
|
||||
int (*prewrite) (int, char *);
|
||||
struct castr *cadef;
|
||||
};
|
||||
|
||||
extern struct castr *ef_cadef(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue