]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3.h
* Saco un fopen que no se estaba usando en tipo1
[z.facultad/75.06/emufs.git] / emufs / tipo3.h
index 346c3c21658f623d58892dee88d1c654e32445f9..f17081f5fdc754b615df36a696c5c9a5655ffd09 100644 (file)
@@ -54,7 +54,7 @@ void* emufs_tipo3_leer_registro(EMUFS*, EMUFS_REG_ID, int*);
 void* emufs_tipo3_leer_bloque(EMUFS*, EMUFS_BLOCK_ID, int*);
 
 /** Graba el registro apuntado por \param ptr en el archivo */
-EMUFS_REG_ID emufs_tipo3_grabar_registro(EMUFS *emu, void *ptr, EMUFS_REG_SIZE);
+EMUFS_REG_ID emufs_tipo3_grabar_registro(EMUFS *emu, void *ptr, EMUFS_REG_SIZE, int*);
 
 /** Graba el bloque apuntado por \param ptr en el archivo */
 int emufs_tipo3_grabar_bloque(EMUFS *emu, void *ptr, EMUFS_BLOCK_ID num_bloque);