]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3.h
cambios en los sizeof
[z.facultad/75.06/emufs.git] / emufs / tipo3.h
index d3255439985ae89594b33f9b58ae195e16476bdf..346c3c21658f623d58892dee88d1c654e32445f9 100644 (file)
@@ -59,10 +59,10 @@ EMUFS_REG_ID emufs_tipo3_grabar_registro(EMUFS *emu, void *ptr, EMUFS_REG_SIZE);
 /** Graba el bloque apuntado por \param ptr en el archivo */
 int emufs_tipo3_grabar_bloque(EMUFS *emu, void *ptr, EMUFS_BLOCK_ID num_bloque);
 
+int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg);
+
 EMUFS_REG_ID emufs_tipo3_get_id(EMUFS *emu);
 
 int emufs_tipo3_buscar_registro(EMUFS *emu, EMUFS_REG_ID id_reg);
 
-int emufs_tipo3_borrar_registro(EMUFS *emu, EMUFS_REG_ID id_reg);
-
 #endif /* _EMUFS_TIPO3_H_ */