aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-corelocation.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-12-31 00:11:24 -0500
committerJon Lund Steffensen <jonlst@gmail.com>2015-01-04 16:32:47 -0500
commit799b08214dffc3c86e30c4547acd9015078a18ac (patch)
treefd01ab4421eee6bff66495431de5fb00b047245b /src/location-corelocation.h
parentMerge changes from 1.10 release branch (diff)
downloadredshift-ng-799b08214dffc3c86e30c4547acd9015078a18ac.tar.gz
redshift-ng-799b08214dffc3c86e30c4547acd9015078a18ac.tar.bz2
redshift-ng-799b08214dffc3c86e30c4547acd9015078a18ac.tar.xz
Add location_t type with lat/lon fields
Diffstat (limited to 'src/location-corelocation.h')
-rw-r--r--src/location-corelocation.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/location-corelocation.h b/src/location-corelocation.h
index 58dddd7..4b74382 100644
--- a/src/location-corelocation.h
+++ b/src/location-corelocation.h
@@ -22,6 +22,8 @@
#include <stdio.h>
+#include "redshift.h"
+
int location_corelocation_init(void *state);
int location_corelocation_start(void *state);
@@ -32,7 +34,7 @@ int location_corelocation_set_option(void *state,
const char *key, const char *value);
int location_corelocation_get_location(void *state,
- float *lat, float *lon);
+ location_t *location);
#endif /* ! REDSHIFT_LOCATION_CORELOCATION_H */