diff options
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r-- | src/gamma-dummy.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c index 7074cd9..ba9480a 100644 --- a/src/gamma-dummy.c +++ b/src/gamma-dummy.c @@ -21,6 +21,13 @@ static int +dummy_is_available(void) +{ + return 1; +} + + +static int dummy_create(struct gamma_state **state_out) { *state_out = NULL; |