X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/35c84de4b6d96cf3505ad2c075ff3998be04441b..5e2899e9e432439af5e9714c5298e056ce31cd9e:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index c80ef3b..da79dc4 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -97,7 +97,7 @@ EMUFS_REG_ID emufs_tipo2_grabar_registro(EMUFS *efs, void *ptr, EMUFS_REG_SIZE r * \param id_reg Id del registro que se quiere eliminar. * \return \b int Indicador de exito de la operacion. */ -int emufs_tipo2_borrar_registro(EMUFS *efs, EMUFS_REG_ID id_reg); +int emufs_tipo2_borrar_registro(EMUFS *efs, CLAVE k); /** Devuelve el \em Size de un registro dado, en base a su \em ID. *