X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/cfcbab8ec369453b7809f2d2954b15d1bb5fcfdd..409b3712f9aafe1d8a9c2da8c5284ac0afebcfb0:/emufs/tipo3.h diff --git a/emufs/tipo3.h b/emufs/tipo3.h index 71bcb68..57f60a4 100644 --- a/emufs/tipo3.h +++ b/emufs/tipo3.h @@ -61,8 +61,6 @@ 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); #endif /* _EMUFS_TIPO3_H_ */