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 | flags | ||
) |
Definition at line 186 of file popthelp.cpp.
void poptPrintUsage | ( | poptContext | con, |
FILE * | f, | ||
int | flags | ||
) |
Definition at line 283 of file popthelp.cpp.
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[] |
Definition at line 10 of file popthelp.cpp.