]> Kevux Git Server - fll/commitdiff
Cleanup: Remove extra "_map" from private function name.
authorKevin Day <Kevin@kevux.org>
Mon, 13 Jan 2025 03:28:39 +0000 (21:28 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 13 Jan 2025 03:28:39 +0000 (21:28 -0600)
level_1/fl_fss/c/fss/payload.c
level_1/fl_fss/c/fss/private-payload.c
level_1/fl_fss/c/fss/private-payload.h

index f96d1654dd812576f6d77e87d0cb9bb58536eb17..25205c367f8c2434613e0377ac94253a8b4426b8 100644 (file)
@@ -259,7 +259,7 @@ extern "C" {
 
             case f_abstruse_map_multis_e:
               if (headers.array[internal.i].value.is.a_map_multis.used || (data->flag & f_fss_payload_header_map_flag_null_map_multis_e)) {
-                if (private_fl_payload_header_map_map_multis(data, state, &internal, &headers.array[internal.i].value.is.a_map_multis, destinations) == F_false) {
+                if (private_fl_payload_header_map_multis(data, state, &internal, &headers.array[internal.i].value.is.a_map_multis, destinations) == F_false) {
                   ++destinations->used;
                 }
               }
index 73445511d2bc8ffa69eb918ecff40572d2896e71..91c619d8f041a134d71ca1b5d25c7d4f4f838c50 100644 (file)
@@ -358,7 +358,7 @@ extern "C" {
 #endif // !defined(_di_fl_fss_payload_header_map_)
 
 #if !defined(_di_fl_fss_payload_header_maps_)
-  uint8_t private_fl_payload_header_map_map_multis(fl_fss_payload_header_state_t * const data, f_state_t * const state, fl_fss_payload_header_internal_t * const internal, f_string_map_multis_t * const maps, f_string_maps_t * const destinations) {
+  uint8_t private_fl_payload_header_map_multis(fl_fss_payload_header_state_t * const data, f_state_t * const state, fl_fss_payload_header_internal_t * const internal, f_string_map_multis_t * const maps, f_string_maps_t * const destinations) {
 
     if (maps->used) {
       internal->k = 0;
index 7eeca90fdd9e5d7efbbc4053a6a1749199976a18..23fdbdfec9ecea22ccdafd4f3aea206026bd9e52 100644 (file)
@@ -223,7 +223,7 @@ extern "C" {
  * @see fl_fss_payload_header_map()
  */
 #if !defined(_di_fl_fss_payload_header_maps_)
-  extern uint8_t private_fl_payload_header_map_map_multis(fl_fss_payload_header_state_t * const data, f_state_t * const state, fl_fss_payload_header_internal_t * const internal, f_string_map_multis_t * const maps, f_string_maps_t * const destinations) F_attribute_visibility_internal_d;
+  extern uint8_t private_fl_payload_header_map_multis(fl_fss_payload_header_state_t * const data, f_state_t * const state, fl_fss_payload_header_internal_t * const internal, f_string_map_multis_t * const maps, f_string_maps_t * const destinations) F_attribute_visibility_internal_d;
 #endif // !defined(_di_fl_fss_payload_header_maps_)
 
 /**