X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/cfcbab8ec369453b7809f2d2954b15d1bb5fcfdd..6a1af16bedb847cc08ce70484b417bfc89c7c7fc:/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_ */