Improved argument parsing

This commit is contained in:
2020-12-13 13:40:53 +01:00
parent 9f3d8cc0c0
commit 1ea0c95ebb
2 changed files with 33 additions and 8 deletions

View File

@ -45,6 +45,8 @@ pid_t CHILDREN[MAX_CHILDREN];
FILE *parent_stdout, *parent_stderr;
const char *cert_file, *key_file, *webroot;
typedef struct {
int enc:1;
int socket;