X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/cfcbab8ec369453b7809f2d2954b15d1bb5fcfdd..53cd4751dceea6f64354a7d7756b221e96ee544f:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index 4f95840..e6b4051 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -39,7 +39,6 @@ EMUFS_REG_ID emufs_tipo2_grabar_registro(EMUFS *, void *, EMUFS_REG_SIZE, int*); int emufs_tipo2_borrar_registro(EMUFS*, EMUFS_REG_ID); -EMUFS_REG_ID emufs_tipo2_get_id(EMUFS *); int emufs_tipo2_get_regsize(EMUFS *efs, EMUFS_OFFSET n_RegPos,EMUFS_REG_SIZE *n_RegSize); int emufs_tipo2_dummyfill(EMUFS *efs, EMUFS_OFFSET n_RegPos,EMUFS_REG_SIZE n_Amount);