diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-27 00:17:47 +0200 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2010-05-27 00:17:47 +0200 |
commit | 19f734335519996395113c6acbde949dfc60e167 (patch) | |
tree | 9bb21c48b0791aee476953bc2efb3ae5044d2708 /src/location-gnome-clock.h | |
parent | Remove unused parameters in help text output. (diff) | |
download | redshift-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-gnome-clock.h')
-rw-r--r-- | src/location-gnome-clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/location-gnome-clock.h b/src/location-gnome-clock.h index 6687c30..f3fc47d 100644 --- a/src/location-gnome-clock.h +++ b/src/location-gnome-clock.h @@ -20,6 +20,7 @@ #ifndef _REDSHIFT_LOCATION_GNOME_CLOCK_H #define _REDSHIFT_LOCATION_GNOME_CLOCK_H +#include <stdio.h> typedef struct { float lat; @@ -29,6 +30,7 @@ typedef struct { int location_gnome_clock_init(location_gnome_clock_state_t *state, char *args); void location_gnome_clock_free(location_gnome_clock_state_t *state); +void location_gnome_clock_print_help(FILE *f); int location_gnome_clock_get_location(location_gnome_clock_state_t *state, float *lat, float *lon); |