]> Kevux Git Server - fll/commitdiff
Update: Code documentation is missing the function fl_conversion_dynamic_partial_to_u...
authorKevin Day <thekevinday@gmail.com>
Tue, 27 Dec 2022 15:52:26 +0000 (09:52 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 27 Dec 2022 15:53:24 +0000 (09:53 -0600)
level_3/controller/c/controller/private-controller.h

index 755af261c36fec3bd66e934cf4e4857a133e5c83..80d4ee51edc717f0aba3763dd436d2b99f2c771d 100644 (file)
@@ -158,9 +158,11 @@ extern "C" {
  *
  *   Errors (with error bit) from: f_account_id_by_name().
  *   Errors (with error bit) from: fl_conversion_dynamic_partial_to_unsigned_detect().
+ *   Errors (with error bit) from: fl_string_dynamic_partial_rip_nulless().
  *
  * @see f_account_id_by_name()
  * @see fl_conversion_dynamic_partial_to_unsigned_detect()
+ * @see fl_string_dynamic_partial_rip_nulless()
  */
 #ifndef _di_controller_get_id_user_
   f_status_t controller_get_id_user(const f_string_static_t buffer, const f_string_range_t range, controller_cache_t * const cache, uid_t * const id) F_attribute_visibility_internal_d;
@@ -185,9 +187,11 @@ extern "C" {
  *
  *   Errors (with error bit) from: f_account_group_id_by_name().
  *   Errors (with error bit) from: fl_conversion_dynamic_partial_to_unsigned_detect().
+ *   Errors (with error bit) from: fl_string_dynamic_partial_rip_nulless().
  *
  * @see f_account_group_id_by_name()
  * @see fl_conversion_dynamic_partial_to_unsigned_detect()
+ * @see fl_string_dynamic_partial_rip_nulless()
  */
 #ifndef _di_controller_get_id_group_
   f_status_t controller_get_id_group(const f_string_static_t buffer, const f_string_range_t range, controller_cache_t * const cache, gid_t * const id) F_attribute_visibility_internal_d;