mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 11:46:40 +02:00
c22207c4ca
Also rename them to describe better what they do. ConfigFile: cf_filename -> filename cf_next -> next cf_entries -> items ConfigEntry: ce_fileptr -> file ce_varlinenum -> line_number ce_fileposstart -> file_position_start ce_fileposend -> file_position_end ce_sectlinenum -> section_linenumber ce_varname -> name ce_vardata -> value ce_cond -> conditional_config ce_entries -> items ce_next -> next ce_prevlevel -> parent Also add doxygen docs for both structs.