|
Mixe for Privacy and Anonymity in the Internet
|
Go to the source code of this file.
Functions | |
| void | poptPrintHelp (poptContext con, FILE *f, int) |
| void | poptPrintUsage (poptContext con, FILE *f, int) |
| void | poptSetOtherOptionHelp (poptContext con, const char *text) |
Variables | |
| struct poptOption | poptHelpOptions [] |
| void poptPrintHelp | ( | poptContext | con, |
| FILE * | f, | ||
| int | |||
| ) |
Definition at line 186 of file popthelp.cpp.
References poptContext_s::options, poptContext_s::otherHelp, and POPT_.
| void poptPrintUsage | ( | poptContext | con, |
| FILE * | f, | ||
| int | |||
| ) |
Definition at line 283 of file popthelp.cpp.
References poptContext_s::options, and poptContext_s::otherHelp.
| void poptSetOtherOptionHelp | ( | poptContext | con, |
| const char * | text | ||
| ) |
Definition at line 299 of file popthelp.cpp.
References poptContext_s::otherHelp, xfree, and xstrdup().
| struct poptOption poptHelpOptions[] |
{
{ NULL, '\0', POPT_ARG_CALLBACK, (void *)&displayArgs, '\0', NULL, NULL },
{ "help", '?', 0, NULL, '?', N_("Show this help message"), NULL },
{ "usage", 'u', 0, NULL, 'u', N_("Display brief usage message"), NULL },
{ NULL, '\0', 0, NULL, 0, NULL, NULL }
}
Definition at line 21 of file popthelp.cpp.
1.7.6.1