Add -d option
This commit is contained in:
parent
c80162b467
commit
ff46cf7fac
3 changed files with 11 additions and 4 deletions
1
advent.h
1
advent.h
|
@ -200,6 +200,7 @@ struct settings_t {
|
|||
int argc;
|
||||
int optind;
|
||||
FILE *scriptfp;
|
||||
int debug;
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue