aboutsummaryrefslogtreecommitdiffstats
path: root/include/cedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cedit.h')
-rw-r--r--include/cedit.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cedit.h b/include/cedit.h
index f261207e209..fe10e6c829c 100644
--- a/include/cedit.h
+++ b/include/cedit.h
@@ -89,4 +89,12 @@ int cedit_read_settings(struct expo *exp, oftree tree);
*/
int cedit_write_settings_env(struct expo *exp, bool verbose);
+/*
+ * cedit_read_settings_env() - Read settings from the environment
+ *
+ * @exp: Expo to read settings into
+ * @verbose: true to print each var before it is read
+ */
+int cedit_read_settings_env(struct expo *exp, bool verbose);
+
#endif /* __CEDIT_H */