ap_set_flag_slot — set a flag slot in a configuration structure.
const char * ap_set_flag_slot(cmd_parms *cmd, char *struct_ptr, int arg)
Designed to be used in a command_rec
to set a
flag. It expects to be used with a FLAG
command.
The corresponding structure member should be an
int
, and it will be set to 0
or
1
.