X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c407055e1cc6ff4c435114091c3a5430486aa659..a80376437ca7e774f41a43f33775f2c0b5b662a2:/emufs/tipo2.h diff --git a/emufs/tipo2.h b/emufs/tipo2.h index 3e55b7d..49b8ac0 100644 --- a/emufs/tipo2.h +++ b/emufs/tipo2.h @@ -37,7 +37,7 @@ #include #include "emufs.h" -EMUFS_REG_ID emufs_tipo2_grabar_registro(EMUFS *, void *, EMUFS_REG_SIZE); +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 *);