]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3.h
leer registro bplus.. hecho y testeado muy tibiamente en tipo1 y 3
[z.facultad/75.06/emufs.git] / emufs / tipo3.h
index df448c1b8d2fa7b9d3455ebaad7eb21d7ef62732..cd2b53e6c7df69dca5401a53d4566063c5f86886 100644 (file)
@@ -143,4 +143,6 @@ void emufs_tipo3_leer_bloque_raw(EMUFS *emu, EMUFS_BLOCK_ID block_id, char **act
 int emufs_tipo3_insertar_ordenado(EMUFS *emu, void *ptr, EMUFS_REG_SIZE size, int *err);
 
 int emufs_tipo3_eliminar_ordenado(EMUFS *emu, CLAVE clave, int *err);
+
+void *emufs_tipo3_leer_registro_plus(EMUFS *emu, CLAVE clave, EMUFS_REG_SIZE *size, int *err);
 #endif /* _EMUFS_TIPO3_H_ */