Implement a debug mode ("--debug").

This commit is contained in:
2023-02-17 22:19:36 +01:00
parent af7c6c8ced
commit 5cc84ca1bd
7 changed files with 29 additions and 11 deletions

View File

@@ -107,6 +107,7 @@ typedef struct
int merr;
int pid;
int haveregex;
int debug;
char hostname[HOST_NAME_SIZE];
char *boxname, *outboxname, *pipecmd, *tmpfilename, *regex_s;