X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/65ec965b32ea1300412887755a368c2e62a16be8..1cebaa0aee614e8b62cc612825db564f93bba657:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index df448c1..cd2b53e 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -143,4 +143,6 @@ void emufs_tipo3_leer_bloque_raw(EMUFS *emu, EMUFS_BLOCK_ID block_id, char **act int emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, EMUFS_REG_SIZE size, int *err); int emufs_tipo3_eliminar_ordenado(EMUFS *emu, CLAVE clave, int *err); + +void *emufs_tipo3_leer_registro_plus(EMUFS *emu, CLAVE clave, EMUFS_REG_SIZE *size, int *err); #endif /* _EMUFS_TIPO3_H_ */