diff options
Diffstat (limited to 'src/location-manual.h')
-rw-r--r-- | src/location-manual.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location-manual.h b/src/location-manual.h index 372cf33..9c763ac 100644 --- a/src/location-manual.h +++ b/src/location-manual.h @@ -29,6 +29,7 @@ typedef struct { int location_manual_init(location_manual_state_t *state, char *args); void location_manual_free(location_manual_state_t *state); +void location_manual_print_help(FILE *f); int location_manual_get_location(location_manual_state_t *state, float *lat, float *lon); |