add: parsing
This commit is contained in:
17
src/setting.h
Normal file
17
src/setting.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "host.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct setting
|
||||
{
|
||||
bool help;
|
||||
bool verbose;
|
||||
bool flood;
|
||||
bool numeric_only;
|
||||
size_t timeout;
|
||||
size_t ttl;
|
||||
struct hostenv dest;
|
||||
};
|
||||
Reference in New Issue
Block a user