aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk_applet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_applet.h')
-rw-r--r--src/apk_applet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_applet.h b/src/apk_applet.h
index 1c637a61a3..a5af66f27f 100644
--- a/src/apk_applet.h
+++ b/src/apk_applet.h
@@ -51,7 +51,7 @@ struct apk_applet {
int (*main)(void *ctx, struct apk_database *db, struct apk_string_array *args);
};
-extern const struct apk_option_group optgroup_global, optgroup_commit;
+extern const struct apk_option_group optgroup_global, optgroup_commit, optgroup_signing;
void apk_applet_register(struct apk_applet *);
typedef void (*apk_init_func_t)(void);