Пример #1
0
void
gcu_upload_stats_gui_update(struct ul_stats *s)
{
	if (!running_topless) {
		upload_stats_gui_update(s);
	}
}
Пример #2
0
/**
 * Update the filename in the statistics for a given file.
 */
void
upload_stats_gui_update_name(struct ul_stats *us)
{
	upload_stats_gui_update(us);
}