#ifndef _DIVERSITY_CONTROL_BACKEND_H_ #define _DIVERSITY_CONTROL_BACKEND_H_ #include int control_init(DiversityWorld *world, GError **error); void control_fini(void); #endif /* _DIVERSITY_CONTROL_BACKEND_H_ */