#ifndef _DIVERSITY_GEOCLUE_BACKEND_H_ #define _DIVERSITY_GEOCLUE_BACKEND_H_ #include int geoclue_init(DiversityWorld *world, GError **error); void geoclue_fini(void); #endif /* _DIVERSITY_GEOCLUE_BACKEND_H_ */