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_ */