Check argument of ef_cadef(), ef_nelem(), ef_flags(), ef_mtime()
This removes any need for calling ef_check() outside of file.c. Remove its only occurence, from symval(), and give it internal linkage.
This commit is contained in:
parent
1492845c12
commit
50cfdcb5a7
3 changed files with 10 additions and 4 deletions
|
@ -197,7 +197,6 @@ extern void *ef_ptr(int, int);
|
|||
extern char *ef_nameof(int);
|
||||
extern time_t ef_mtime(int);
|
||||
extern int ef_open(int, int, int);
|
||||
extern int ef_check(int);
|
||||
extern int ef_close(int);
|
||||
extern int ef_flush(int);
|
||||
extern void ef_blank(int, int, void *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue