From 3755e1cde35828aad4af0578d4271af6b7d57b61 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Tue, 13 Jan 2009 14:09:45 +0200 Subject: apk: per applet options --- src/index.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.c') diff --git a/src/index.c b/src/index.c index 91d1ce6..81adc51 100644 --- a/src/index.c +++ b/src/index.c @@ -39,7 +39,7 @@ static int warn_if_no_providers(apk_hash_item item, void *ctx) return 0; } -static int index_main(int argc, char **argv) +static int index_main(void *ctx, int argc, char **argv) { struct apk_database db; struct counts counts = {0,0}; -- cgit v1.2.3