cmdline: check size of result buffer to avoid overflow
[libcmdline.git] / src / genconf / conf_htable.h
1 struct confnode *conf_htable_lookup(const char *name);
2 int conf_htable_fill(struct confnode *root);
3 int conf_htable_init(void);