Apache 1.3 API Documentation

Constant NO_ARGS

Definition:

#include "httpd.h"
see cmd_how.
     

Usage example:

static const command_rec module_cmds[] =
{
        .
    {"ModuleDirective", cmd_moduledirective, NULL, OR_LIMIT, NO_ARGS,
     "directive description"},
        .
    {NULL}
};
     

Command takes no arguments.

See also:
cmd_how, FLAG, ITERATE, ITERATE2, RAW_ARGS, TAKE1, TAKE12, TAKE123, TAKE13, TAKE2, TAKE23, TAKE3

Previous: NOT_IN_VIRTUALHOST Next: OK

Table of Contents (Routines, Structures, Data Cells, Constants)