X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c831082edc6038351f9ec6c2e55b85ef41d213f4..0197ffb819756560ce134f0d8303ce8054b39d37:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index d325543..346c3c2 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -59,10 +59,10 @@ EMUFS_REG_ID emufs_tipo3_grabar_registro(EMUFS *emu, void *ptr, EMUFS_REG_SIZE); /** Graba el bloque apuntado por \param ptr en el archivo */ int emufs_tipo3_grabar_bloque(EMUFS *emu, void *ptr, EMUFS_BLOCK_ID num_bloque); +int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); + EMUFS_REG_ID emufs_tipo3_get_id(EMUFS *emu); int emufs_tipo3_buscar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); -int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg); - #endif /* _EMUFS_TIPO3_H_ */