aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-12-19 08:14:23 +0100
committerMattias Andrée <maandree@kth.se>2016-12-19 08:14:23 +0100
commit0d24c34d7fea73a0002a79e995f7c7f30b03a054 (patch)
tree01b6394e5f8b39047ed731ce82ffb193edef5b57 /src/gamma-dummy.h
parentMerge pull request #295 from arnej/windowsfix (diff)
downloadredshift-ng-0d24c34d7fea73a0002a79e995f7c7f30b03a054.tar.gz
redshift-ng-0d24c34d7fea73a0002a79e995f7c7f30b03a054.tar.bz2
redshift-ng-0d24c34d7fea73a0002a79e995f7c7f30b03a054.tar.xz
Add coopgamma backend
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/gamma-dummy.h')
-rw-r--r--src/gamma-dummy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamma-dummy.h b/src/gamma-dummy.h
index 3e58ec1..91376ff 100644
--- a/src/gamma-dummy.h
+++ b/src/gamma-dummy.h
@@ -24,7 +24,7 @@
int gamma_dummy_init(void *state);
-int gamma_dummy_start(void *state);
+int gamma_dummy_start(void *state, program_mode_t mode);
void gamma_dummy_free(void *state);
void gamma_dummy_print_help(FILE *f);