void art_modificar(char *);
void art_consultas(char *);
t_LstArticulos *art_get_lst();
-void art_reformatear(int tipo, int tam_bloque, int tam_reg);
+void art_reformatear(t_Parametros *param);
int art_exportar_xml(const char *filename);
void art_recorrer();
+void art_ver_ventas();
+
+void art_actualizar_stock(int numero, int cv);
+
#endif