Unit 'httpd24' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#httpd24]

ap_directive_t

Declaration

Source position: util_cfgtree.inc line 45

type ap_directive_t = record

  directive: PChar;

  args: PChar;

  next: Pap_directive_t;

  first_child: Pap_directive_t;

  parent: Pap_directive_t;

  data: Pointer;

  filename: PChar;

  line_num: Integer;

  last: Pap_directive_t;

end;


Documentation generated on: 2023-03-18