summaryrefslogtreecommitdiffstats
path: root/lib/pb-config/pb-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pb-config/pb-config.h')
-rw-r--r--lib/pb-config/pb-config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pb-config/pb-config.h b/lib/pb-config/pb-config.h
index 523cada..90babaa 100644
--- a/lib/pb-config/pb-config.h
+++ b/lib/pb-config/pb-config.h
@@ -47,8 +47,12 @@ struct config {
int config_init(void *ctx);
const struct config *config_get(void);
+int config_set(struct config *config);
void config_set_autoboot(bool autoboot_enabled);
int config_fini(void);
+/* for use by the storage backends */
+void config_set_defaults(struct config *config);
+
#endif /* CONFIGURATION_H */
OpenPOWER on IntegriCloud