X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/cfcbab8ec369453b7809f2d2954b15d1bb5fcfdd..409b3712f9aafe1d8a9c2da8c5284ac0afebcfb0:/emufs/tipo1.h diff --git a/emufs/tipo1.h b/emufs/tipo1.h index cc540a8..00e63d5 100644 --- a/emufs/tipo1.h +++ b/emufs/tipo1.h @@ -54,8 +54,6 @@ EMUFS_REG_ID emufs_tipo1_grabar_registro(EMUFS*, void*, EMUFS_REG_SIZE, int*); /** Graba el bloque apuntado por \param ptr en el archivo */ EMUFS_BLOCK_ID emufs_tipo1_grabar_bloque(EMUFS*, void*, EMUFS_BLOCK_ID, int*); -EMUFS_REG_ID emufs_tipo1_get_id(EMUFS*); - int emufs_tipo1_buscar_registro(EMUFS*, EMUFS_REG_ID); int emufs_tipo1_borrar_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE);