]> Kevux Git Server - fll/commitdiff
Cleanup: private_fl_payload_header_map_multis() needs _di_fl_fss_payload_header_map_...
authorKevin Day <Kevin@kevux.org>
Mon, 13 Jan 2025 03:32:42 +0000 (21:32 -0600)
committerKevin Day <Kevin@kevux.org>
Mon, 13 Jan 2025 03:34:53 +0000 (21:34 -0600)
level_1/fl_fss/c/fss/private-payload.c
level_1/fl_fss/c/fss/private-payload.h

index 91c619d8f041a134d71ca1b5d25c7d4f4f838c50..49ca043094fedfeef5d477a0d3b31c644fe7e394 100644 (file)
@@ -357,7 +357,7 @@ extern "C" {
   }
 #endif // !defined(_di_fl_fss_payload_header_map_)
 
-#if !defined(_di_fl_fss_payload_header_maps_)
+#if !defined(_di_fl_fss_payload_header_map_)
   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) {
@@ -665,7 +665,7 @@ extern "C" {
 
     return F_false;
   }
-#endif // !defined(_di_fl_fss_payload_header_maps_)
+#endif // !defined(_di_fl_fss_payload_header_map_)
 
 #if !defined(_di_fl_fss_payload_header_map_) || !defined(_di_fl_fss_payload_header_maps_)
   uint8_t private_fl_payload_header_map_maps(fl_fss_payload_header_state_t * const data, f_state_t * const state, fl_fss_payload_header_internal_t * const internal, f_string_maps_t * const maps, f_string_maps_t * const destinations) {
index 23fdbdfec9ecea22ccdafd4f3aea206026bd9e52..6b6825acf14fe6b7451ee43a51b24f3ba9863632 100644 (file)
@@ -222,9 +222,9 @@ extern "C" {
  *
  * @see fl_fss_payload_header_map()
  */
-#if !defined(_di_fl_fss_payload_header_maps_)
+#if !defined(_di_fl_fss_payload_header_map_)
   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_)
+#endif // !defined(_di_fl_fss_payload_header_map_)
 
 /**
  * Process the map strings, writing it into the packet with the appropriate escaping as necessary.