]> Kevux Git Server - fll/commitdiff
Bugfix: Add missing 'extern' to controller_entry_settings_read_map().
authorKevin Day <Kevin@kevux.org>
Mon, 3 Jun 2024 01:24:59 +0000 (20:24 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 3 Jun 2024 01:24:59 +0000 (20:24 -0500)
level_3/controller/c/entry/private-entry.h

index 787cbf59a83cbb4e2deade3c87b4d7988d3eab94..330bfabedf7305f798de4b8f3ba5613cda151a86 100644 (file)
@@ -231,7 +231,7 @@ extern "C" {
  * @see f_string_maps_increase()
  */
 #ifndef _di_controller_entry_settings_read_map_
-  f_status_t controller_entry_settings_read_map(const f_string_static_t buffer, const f_string_ranges_t ranges, f_string_maps_t *setting_maps) F_attribute_visibility_internal_d;
+  extern f_status_t controller_entry_settings_read_map(const f_string_static_t buffer, const f_string_ranges_t ranges, f_string_maps_t *setting_maps) F_attribute_visibility_internal_d;
 #endif // _di_controller_entry_settings_read_map_
 
 /**