summaryrefslogtreecommitdiff
path: root/futility/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'futility/updater.h')
-rw-r--r--futility/updater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/futility/updater.h b/futility/updater.h
index a8bbfe31..4382217d 100644
--- a/futility/updater.h
+++ b/futility/updater.h
@@ -342,7 +342,8 @@ int patch_image_by_model(
* system (as defined by model_name).
* Returns a model_config from manifest, or NULL if not found.
*/
-const struct model_config *manifest_find_model(const struct manifest *manifest,
+const struct model_config *manifest_find_model(struct updater_config *cfg,
+ const struct manifest *manifest,
const char *model_name);
/*