#ifndef _DIVERSITY_PHONEKIT_BACKEND_H_ #define _DIVERSITY_PHONEKIT_BACKEND_H_ #include int phonekit_init(DiversityWorld *world, GError **error); void phonekit_fini(void); #endif /* _DIVERSITY_PHONEKIT_BACKEND_H_ */