empfile's init callback is now unused, remove
This commit is contained in:
parent
6b89127d5b
commit
a71f01585f
4 changed files with 15 additions and 20 deletions
|
@ -60,7 +60,6 @@ struct empfile {
|
|||
/* flags bits EFF_PRIVATE, EFF_CUSTOM also vary */
|
||||
|
||||
/* User callbacks */
|
||||
void (*init)(int, void *); /* called after entry creation, unless null */
|
||||
int (*postread)(int, void *); /* called after read, unless null */
|
||||
int (*prewrite)(int, void *); /* called before write, unless null */
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue