|
OpenDNSSEC-enforcer
1.3.9
|
#include "commands.h"
Go to the source code of this file.
Data Structures | |
| struct | par_option |
Typedefs | |
| typedef par_option ** | PAR_OPTLIST |
Functions | |
| void | ParAdd (par_option ***optlist, char option, const char *string) |
| void | ParFree (par_option ***optlist) |
| int | ParPresent (par_option **optlist, char option) |
| int | ParValid (par_option **optlist, char option) |
| const char * | ParString (par_option **optlist, char option) |
| long | ParValue (par_option **optlist, char option) |
| int | ParCommand (int argc, char **argv, CMD_DESCRIPTOR *cmdlist) |
| typedef par_option** PAR_OPTLIST |
| void ParAdd | ( | par_option *** | optlist, |
| char | option, | ||
| const char * | string | ||
| ) |
| int ParCommand | ( | int | argc, |
| char ** | argv, | ||
| CMD_DESCRIPTOR * | cmdlist | ||
| ) |
| void ParFree | ( | par_option *** | optlist | ) |
| int ParPresent | ( | par_option ** | optlist, |
| char | option | ||
| ) |
| const char* ParString | ( | par_option ** | optlist, |
| char | option | ||
| ) |
| int ParValid | ( | par_option ** | optlist, |
| char | option | ||
| ) |
| long ParValue | ( | par_option ** | optlist, |
| char | option | ||
| ) |
1.8.1.2