From 1d29f92349843851d26cc453598cbe3a3f4fd5f1 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Wed, 11 Oct 2017 20:57:29 -0700 Subject: Move module structures out of headers --- src/location-manual.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/location-manual.c') 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) { -- cgit v1.2.3-70-g09d2