From 8c97736956c57a9bfa4537fa172c503ac2daff1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Dimov?= Date: Sat, 3 Apr 2004 18:51:22 +0000 Subject: [PATCH] agregue borrar_registro a la interfaz --- tipo3/emufs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tipo3/emufs.h b/tipo3/emufs.h index ed4d1b8..4314f6d 100644 --- a/tipo3/emufs.h +++ b/tipo3/emufs.h @@ -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 (*borrar_registro)(struct _emu_fs_t *, int); char *nombre; } EMUFS; -- 2.43.0