]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
* BUGFIX en EMUFS
authorRicardo Markiewicz <gazer.arg@gmail.com>
Sat, 10 Apr 2004 19:29:11 +0000 (19:29 +0000)
committerRicardo Markiewicz <gazer.arg@gmail.com>
Sat, 10 Apr 2004 19:29:11 +0000 (19:29 +0000)
emufs/emufs.h

index 0ce08de1e1e1f9af9051bb70fe7deedfbd311f66..fd7a5e65943ea55452725a1e7c42e6882158dca6 100644 (file)
@@ -91,7 +91,7 @@ typedef struct _emu_fs_t {
        EMUFS_BLOCK_SIZE tam_bloque; /**< Tamaño de bloque. 0 Si no tiene bloques */
     EMUFS_REG_SIZE tam_reg; /**< Tamaño de registro. 0 Si son registros variables */   
        int (*leer_bloque)(struct _emu_fs_t*, EMUFS_BLOCK_ID, void*); /**< Método para leer un bloque */
-       int (*leer_registro)(struct _emu_fs_t*, EMUFS_REG_ID, void *, EMUFS_REG_SIZE); /**< Método para leer un registro */
+       int (*leer_registro)(struct _emu_fs_t*, EMUFS_REG_ID, void *); /**< Método para leer un registro */
        EMUFS_REG_ID (*grabar_registro)(struct _emu_fs_t*, void*, EMUFS_REG_SIZE); /**< Método para grabar un registro */
        int (*borrar_registro)(struct _emu_fs_t*, EMUFS_REG_ID); /**< Método para borrar un registro */
        char *nombre; /**< Nombre del archivo */