The `main.callback` was recently replaced with `main.call`.
These documentation comments were overlooked or otherwise missed.
* @param main
* The main program data.
*
- * This calls main.callback.process_last_line() if not NULL.
+ * This calls main.call.process_last_line() if not NULL.
*
* This alters main.setting.range.
*
* F_true on success when performing verification and verify passed.
* F_false on success when performing verification and verify failed.
*
- * Errors (with error bit) from: main.callback.process().
+ * Errors (with error bit) from: main.call.process().
*/
#ifndef _di_fss_read_main_
extern void fss_read_main(fss_read_main_t * const main);
* @param main
* The main program and settings data.
*
- * This alters main.callback.process_help, main.callback.process, and main.callback.process_pipe.
+ * This alters main.call.process_help, main.call.process, and main.call.process_pipe.
*
* This alters main.setting.state.status:
* F_okay on success.
*
* This locks, uses, and unlocks the file stream.
*
- * This processes multiple Content ranges and calls main.callback.print_content() for each individual Content range.
+ * This processes multiple Content ranges and calls main.call.print_content() for each individual Content range.
*
* @param print
* The output structure to print to.
*
* F_output_not (with error bit) if a parameter is NULL.
*
- * @see main.callback.print_content()
- * @see main.callback.print_object()
- * @see main.callback.print_object_end()
- * @see main.callback.print_set_end()
+ * @see main.call.print_content()
+ * @see main.call.print_object()
+ * @see main.call.print_object_end()
+ * @see main.call.print_set_end()
*/
#ifndef _di_fss_read_print_at_
extern f_status_t fss_read_print_at(fl_print_t * const print, const f_number_unsigned_t at, const f_number_unsigneds_t delimits_object, const f_number_unsigneds_t delimits_content);
*
* F_output_not (with error bit) if a parameter is NULL.
*
- * @see main.callback.print_content()
- * @see main.callback.print_object_end()
- * @see main.callback.print_set_end()
+ * @see main.call.print_content()
+ * @see main.call.print_object_end()
+ * @see main.call.print_set_end()
*/
#ifndef _di_fss_read_print_content_
extern f_status_t fss_read_print_content(fl_print_t * const print, const f_number_unsigned_t at, const f_range_t range, const uint8_t quote, const f_number_unsigneds_t delimits);
* This alters main.setting.state.status:
* F_okay on success.
*
- * Errors (with error bit) from: main.callback.process_at().
- * Errors (with error bit) from: main.callback.process_at_line().
- * Errors (with error bit) from: main.callback.process_columns().
- * Errors (with error bit) from: main.callback.process_load().
- * Errors (with error bit) from: main.callback.process_name().
- * Errors (with error bit) from: main.callback.print_at().
- * Errors (with error bit) from: main.callback.process_read().
- * Errors (with error bit) from: main.callback.process_total().
+ * Errors (with error bit) from: main.call.process_at().
+ * Errors (with error bit) from: main.call.process_at_line().
+ * Errors (with error bit) from: main.call.process_columns().
+ * Errors (with error bit) from: main.call.process_load().
+ * Errors (with error bit) from: main.call.process_name().
+ * Errors (with error bit) from: main.call.print_at().
+ * Errors (with error bit) from: main.call.process_read().
+ * Errors (with error bit) from: main.call.process_total().
*
* Errors (with error bit) from: fss_read_signal_check().
*
*
* F_output_not (with error bit) if a parameter is NULL.
*
- * @see main.callback.print_content()
- * @see main.callback.print_object_end()
- * @see main.callback.print_set_end()
+ * @see main.call.print_content()
+ * @see main.call.print_object_end()
+ * @see main.call.print_set_end()
*/
#ifndef _di_fss_read_payload_print_content_
extern f_status_t fss_read_payload_print_content(fl_print_t * const print, const f_number_unsigned_t at, const f_range_t range, const uint8_t quote, const f_number_unsigneds_t delimits);
*
* F_interrupt (with error bit) on (exit) signal received.
*
- * Errors (with error bit) from: main.callback.process_buffer_ranges().
- * Errors (with error bit) from: main.callback.process_buffer_ranges_whole().
- * Errors (with error bit) from: main.callback.process_buffer_total().
+ * Errors (with error bit) from: main.call.process_buffer_ranges().
+ * Errors (with error bit) from: main.call.process_buffer_ranges_whole().
+ * Errors (with error bit) from: main.call.process_buffer_total().
*
- * @see main.callback.process_buffer_ranges()
- * @see main.callback.process_buffer_ranges_whole()
- * @see main.callback.process_buffer_total()
+ * @see main.call.process_buffer_ranges()
+ * @see main.call.process_buffer_ranges_whole()
+ * @see main.call.process_buffer_total()
*/
#ifndef _di_iki_read_process_buffer_
extern void iki_read_process_buffer(iki_read_main_t * const main);