Home
last modified time | relevance | path

Searched defs:CFG_PARSER (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dcfg_parser.h24 typedef struct CFG_PARSER { struct
26 char *(*get_str) (const struct CFG_PARSER *, const char *, const char *, argument
28 int (*get_int) (const struct CFG_PARSER *, const char *, int, int, int); argument
29 int (*get_bool) (const struct CFG_PARSER *, const char *, int); argument
31 } CFG_PARSER; typedef