File modules/qc/mg_getopt.c


Included Files


Global Function mg_getopt()

int mg_getopt ( int nargc, char* const* nargv, const char* ostr, getopt_state_t* state )
Prototyped in: modules/qc/getopt.h
Calls: strchr()
Called by: parse_request()modules/pm/protocol_mirror.c

Global Function mg_new()

getopt_state_t* mg_new ( int optind )
Prototyped in: modules/qc/getopt.h
Calls: calloc()
Called by: parse_request()modules/pm/protocol_mirror.c