]> git.llucax.com Git - z.facultad/75.06/emufs.git/commitdiff
agregue borrar_registro a la interfaz
authorNicolás Dimov <ndimov@gmail.com>
Sat, 3 Apr 2004 18:51:22 +0000 (18:51 +0000)
committerNicolás Dimov <ndimov@gmail.com>
Sat, 3 Apr 2004 18:51:22 +0000 (18:51 +0000)
tipo3/emufs.h

index ed4d1b898efe088a24aff7ca653ee48a3c531704..4314f6d6c6dbdbb2d98b7db46dc2f3d08cd8896d 100644 (file)
@@ -12,6 +12,7 @@ typedef struct _emu_fs_t {
     int (*leer_bloque)(struct _emu_fs_t *, int, void *);
     int (*leer_registro)(struct _emu_fs_t *, int, void *, unsigned long);
     int (*grabar_registro)(int , void *, unsigned long );
     int (*leer_bloque)(struct _emu_fs_t *, int, void *);
     int (*leer_registro)(struct _emu_fs_t *, int, void *, unsigned long);
     int (*grabar_registro)(int , void *, unsigned long );
+       int (*borrar_registro)(struct _emu_fs_t *, int);
     char *nombre;
 } EMUFS;
 
     char *nombre;
 } EMUFS;