file: New ef_typedstr_eq(), factored out of obj_changed()
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
e70d8f07f9
commit
7d3a3df283
3 changed files with 19 additions and 14 deletions
|
@ -223,6 +223,7 @@ extern int ef_flush(int);
|
|||
extern void ef_blank(int, int, void *);
|
||||
extern int ef_write(int, int, void *);
|
||||
extern void ef_set_uid(int, void *, int);
|
||||
extern int ef_typedstr_eq(struct ef_typedstr *, struct ef_typedstr *);
|
||||
extern int ef_extend(int, int);
|
||||
extern int ef_ensure_space(int, int, int);
|
||||
extern int ef_id_limit(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue