tmp->leer_bloque = leer_bloque;
tmp->leer_registro = leer_registro;
tmp->grabar_registro = grabar_registro;
- tmp->borrar_registro = NULL;
+ tmp->borrar_registro = borrar_registro;
tmp->nombre = str_dup(filename);
strcpy(name, filename);
tmp->leer_bloque = leer_bloque;
tmp->leer_registro = leer_registro;
tmp->grabar_registro = grabar_registro;
- tmp->borrar_registro = NULL;
+ tmp->borrar_registro = borrar_registro;
tmp->nombre = str_dup(filename);
}