X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Fweb2io%2Foptions.h;fp=testing%2Fweb2io%2Foptions.h;h=0000000000000000000000000000000000000000;hb=131ef1b39cd490d976012afb3bab211401f87a9d;hp=2a6d323f3f11f4e884c22fcff80b253f19ea209b;hpb=2759ffe624ac76a503ce303ddb6a42ffc5023ec9;p=matches%2FMCTX3420.git diff --git a/testing/web2io/options.h b/testing/web2io/options.h deleted file mode 100644 index 2a6d323..0000000 --- a/testing/web2io/options.h +++ /dev/null @@ -1,20 +0,0 @@ -/** - * @file options.h - * @purpose Declaration of structure to handle options passed to program - */ - -#include - -typedef struct -{ - const char * program; //name of program - uint8_t verbosity; // verbosity level - int port; // port to use for webserver - int bound_sfd; // socket webserver has bound to - int sfd; // socket connected to client - -} Options; - - - -extern Options options;