Source position: http_config.inc line 256
type command_struct = record
name: PChar;
func: cmd_func;
cmd_data: Pointer;
req_override: Integer;
args_how: cmd_how;
errmsg: PChar;
end;