]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-config/pb-config.h
lib/pb-config: Add config_copy
[petitboot] / lib / pb-config / pb-config.h
index 1cfaca3b1a28332124b00cbd50b79587701c97c7..e430301f0381d509d6126b9a462bcc60723f2be1 100644 (file)
@@ -16,5 +16,7 @@ int config_fini(void);
 /* for use by the storage backends */
 void config_set_defaults(struct config *config);
 
+struct config *config_copy(void *ctx, const struct config *src);
+
 #endif /* CONFIGURATION_H */