OpenVPN
|
Argument list. More...
#include <msica_arg.h>
Data Fields | |
struct msica_arg * | next |
TCHAR | val [] |
Pointer to the next argument in the sequence. More... | |
Argument list.
Definition at line 38 of file msica_arg.h.
struct msica_arg* msica_arg::next |
Definition at line 40 of file msica_arg.h.
Referenced by msica_arg_seq_add_head(), msica_arg_seq_add_tail(), msica_arg_seq_free(), and msica_arg_seq_join().
TCHAR msica_arg::val[] |
Pointer to the next argument in the sequence.
Definition at line 41 of file msica_arg.h.
Referenced by msica_arg_seq_add_head(), and msica_arg_seq_add_tail().