Atrinik Server 2.5
Data Fields
Command_Line_Options Struct Reference

Data Fields

char * cmd_option
uint8 num_args
uint8 pass
void(* func )()

Detailed Description

One command line option definition.

Definition at line 588 of file init.c.


Field Documentation

How it is called on the command line

Definition at line 591 of file init.c.

Function to call when we match this.

If num_args is true, then that gets passed to the function, otherwise nothing is passed.

Definition at line 604 of file init.c.

Number or args it takes

Definition at line 594 of file init.c.

What pass this should be processed on.

Definition at line 597 of file init.c.


The documentation for this struct was generated from the following file: