aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/location-manual.c')
-rw-r--r--src/location-manual.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/location-manual.c b/src/location-manual.c
index f459b27..137500c 100644
--- a/src/location-manual.c
+++ b/src/location-manual.c
@@ -33,6 +33,11 @@
#endif
+typedef struct {
+ location_t loc;
+} location_manual_state_t;
+
+
static int
location_manual_init(location_manual_state_t **state)
{