#ifndef _GTK2_GUI_H_ #define _GTK2_GUI_H_ #include GtkWidget* gui_create_window(void); void gui_add_i2c_interface(const char *path); void gui_flush_i2c_interfaces(void); #endif /* _GTK2_GUI_H_ */