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/gamma-w32gdi.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/gamma-w32gdi.h')
-rw-r--r-- | src/gamma-w32gdi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gamma-w32gdi.h b/src/gamma-w32gdi.h index 48787da..082fcc8 100644 --- a/src/gamma-w32gdi.h +++ b/src/gamma-w32gdi.h @@ -31,6 +31,7 @@ typedef struct { int w32gdi_init(w32gdi_state_t *state, char *args); void w32gdi_free(w32gdi_state_t *state); +void w32gdi_print_help(FILE *f); void w32gdi_restore(w32gdi_state_t *state); int w32gdi_set_temperature(w32gdi_state_t *state, int temp, float gamma[3]); |