diff options
Diffstat (limited to 'src/apk_applet.h')
-rw-r--r-- | src/apk_applet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_applet.h b/src/apk_applet.h index 63f9da9..fa690fc 100644 --- a/src/apk_applet.h +++ b/src/apk_applet.h @@ -36,7 +36,7 @@ struct apk_applet { int (*parse)(void *ctx, struct apk_db_options *dbopts, int optch, int optindex, const char *optarg); - int (*main)(void *ctx, struct apk_database *db, int argc, char **argv); + int (*main)(void *ctx, struct apk_database *db, struct apk_string_array *args); }; extern struct apk_applet *__start_apkapplets, *__stop_apkapplets; |