config: forgot some struct fields
This commit is contained in:
parent
a6d33cae7c
commit
cd49319674
|
@ -15,8 +15,11 @@ typedef struct config_t {
|
|||
uint16_t end;
|
||||
uint16_t skip_a;
|
||||
uint16_t skip_b;
|
||||
|
||||
struct conf_opts_t opts;
|
||||
struct config_t *next;
|
||||
} config_t;
|
||||
|
||||
config_t *parse_config(char *);
|
||||
void free_config(config_t *);
|
||||
|
||||
#endif /* !_CONFIG_H */
|
||||
|
|
Loading…
Reference in a new issue