#ifndef WIN_MAIN_H
#define WIN_MAIN_H
#include <gtk/gtk.h>

GtkWidget *win_main_build();
gboolean win_main_update_vumeters(gpointer vals);

#endif