pcadmin/src/bar/update.c

7 lines
55 B
C
Raw Normal View History

2021-04-16 11:08:47 +02:00
#include "bar.h"
void
bar_update(struct Bar *bar)
{
}