#endif
/**
+ * Load the environment used when executing commands.
+ *
+ * @param data
+ * The program data.
+ * @param data_build
+ * The build data.
+ * @param environment
+ * The environment data.
+ * @param status
+ * The return status.
+ *
+ * @return
+ * F_none on success.
+ *
+ * Status codes (with error bit) are returned on any problem.
+ */
+#ifndef _di_fake_build_load_environment_
+ extern void fake_build_load_environment(fake_data_t * const data, fake_build_data_t * const data_build, f_string_maps_t * const environment, f_status_t * const status) F_attribute_visibility_internal_d;
+#endif // _di_fake_build_load_environment_
+
+/**
* Find the build setting file, load it, validate it, and process it.
*
* @param data
#endif // _di_fake_build_load_setting_process_
/**
- * Load the environment used when executing commands.
- *
- * @param data
- * The program data.
- * @param data_build
- * The build data.
- * @param environment
- * The environment data.
- * @param status
- * The return status.
- *
- * @return
- * F_none on success.
- *
- * Status codes (with error bit) are returned on any problem.
- */
-#ifndef _di_fake_build_load_environment_
- extern void fake_build_load_environment(fake_data_t * const data, fake_build_data_t * const data_build, f_string_maps_t * const environment, f_status_t * const status) F_attribute_visibility_internal_d;
-#endif // _di_fake_build_load_environment_
-
-/**
* Load the stage file paths.
*
* @param data