diff options
Diffstat (limited to 'src/location-geoclue.h')
-rw-r--r-- | src/location-geoclue.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/location-geoclue.h b/src/location-geoclue.h index 18629af..40ab22c 100644 --- a/src/location-geoclue.h +++ b/src/location-geoclue.h @@ -35,10 +35,10 @@ void location_geoclue_free(location_geoclue_state_t *state); void location_geoclue_print_help(FILE *f); int location_geoclue_set_option(location_geoclue_state_t *state, - const char *key, const char *value); + const char *key, const char *value); int location_geoclue_get_location(location_geoclue_state_t *state, - float *lat, float *lon); + float *lat, float *lon); #endif /* ! _REDSHIFT_LOCATION_GEOCLUE_H */ |