diff options
Diffstat (limited to 'src/hungrycat.c')
-rw-r--r-- | src/hungrycat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hungrycat.c b/src/hungrycat.c index 2e22de9..087651c 100644 --- a/src/hungrycat.c +++ b/src/hungrycat.c @@ -49,7 +49,7 @@ typedef struct hungrycat_t { } hungrycat_t; -static void * hungrycat_init(play_t *play, int argc, char *argv[]) +static void * hungrycat_init(play_t *play, int argc, char *argv[], unsigned flags) { sars_t *sars = play_context(play, SARS_CONTEXT_SARS); hungrycat_t *hungrycat; |