/** Obtiene la list de facturas */
t_LstFacturas *fact_get_lst();
-void fact_reformatear(int tipo, int tam_bloque, int tam_reg);
+void fact_reformatear(int tipo, int tam_bloque, int tam_reg, int nota_tipo, int nota_tam_bloque, int nota_tam_registro);
+
+int fact_exportar_xml(const char *filename);
#endif