#ifndef MAIN_H #define MAIN_H #include // Represnts One Item In A Profile struct event_location { JsonArray *profile; int id; }; void free_userdata(GtkWidget *, void *); void reload_profiles(int); #endif