#ifndef _DIVERSITY_GYPSY_BACKEND_H_ #define _DIVERSITY_GYPSY_BACKEND_H_ #include int gypsy_init(DiversityWorld *world, GError **error); void gypsy_fini(void); #endif /* _DIVERSITY_GYPSY_BACKEND_H_ */