The comment no longer applies as the functions return void.
* F_true on success when performing verification and verify passed.
* F_false on success when performing verification and verify failed.
* F_interrupt on (exit) signal received.
- *
- * F_parameter (with error bit) if main is NULL or setting is NULL.
*/
#ifndef _di_fss_read_main_
extern void fss_read_main(void * const main);
* This alters main.setting.state.status:
* F_none on success.
*
- * F_parameter (with error bit) if main is NULL or setting is NULL.
- *
* Errors (with error bit) from: f_string_dynamic_append_assure().
*
* Errors (with error bit) from: fss_read_signal_check().
* F_data_not on success but nothing was provided to operate with.
* F_interrupt on (exit) signal received.
*
- * F_parameter (with error bit) if main is NULL or setting is NULL.
- *
* Errors (with error bit) from: f_console_parameter_process().
* Errors (with error bit) from: f_file_stream_open().
* Errors (with error bit) from: f_string_dynamics_resize().
* F_none on success but line not yet found.
* F_success on success and line is found and printed.
*
- * F_parameter (with error bit) if main is NULL or setting is NULL.
- *
* Errors (with error bit) from: f_string_dynamic_append_assure().
*
* Errors (with error bit) from: fss_read_signal_check().
* This alters main.setting.state.status:
* F_none on success.
* F_interrupt on (exit) signal received.
- *
- * F_parameter (with error bit) if main is NULL or setting is NULL.
*/
#ifndef _di_fss_read_payload_process_set_
extern void fss_read_payload_process_set(void * const main);
* This alters setting.state.status:
* F_none on success.
*
- * F_parameter (with error bit) if main is NULL or setting is NULL.
* F_parameter (with error bit) on parameter error.
*
* This alters setting.state.status: