add flag handling and header guards
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// header guard
|
||||
#ifndef _ba_ty_hg_
|
||||
#define _ba_ty_hg_
|
||||
|
||||
struct Config {
|
||||
bool verbose = false;
|
||||
bool ignoressl = false;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user