aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-manual.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2010-05-27 00:17:47 +0200
committerJon Lund Steffensen <jonlst@gmail.com>2010-05-27 00:17:47 +0200
commit19f734335519996395113c6acbde949dfc60e167 (patch)
tree9bb21c48b0791aee476953bc2efb3ae5044d2708 /src/location-manual.h
parentRemove unused parameters in help text output. (diff)
downloadredshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.gz
redshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.bz2
redshift-ng-19f734335519996395113c6acbde949dfc60e167.tar.xz
Let gamma methods and location providers print help on option parameters.
Diffstat (limited to 'src/location-manual.h')
-rw-r--r--src/location-manual.h1
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);