npppd_conf
int npppd_conf_parse(struct npppd_conf *, const char *);
void npppd_conf_init(struct npppd_conf *);
void npppd_conf_fini(struct npppd_conf *);
struct npppd_conf conf;
struct npppd_conf conf;
struct npppd_conf conf;
npppd_conf_parse(struct npppd_conf *xconf, const char *filename)
npppd_conf_init(struct npppd_conf *xconf)
memset(xconf, 0, sizeof(struct npppd_conf));
npppd_conf_fini(struct npppd_conf *xconf)
struct npppd_conf *conf;