X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Fivac.h;fp=src%2Fivac.h;h=9e171bd5894c4ac715c985019e86153cfe09ea79;hp=0000000000000000000000000000000000000000;hb=aea15365fab80e1d7128bdf4112440405375e29c;hpb=0e2dd277897f8959e363564b91dd7d098fb4873c diff --git a/src/ivac.h b/src/ivac.h new file mode 100644 index 0000000..9e171bd --- /dev/null +++ b/src/ivac.h @@ -0,0 +1,21 @@ +/* ivac.h -- main ivac header file */ + +#ifndef IVAC_H +#define IVAC_H + +/* includes */ +#define _GNU_SOURCE +#include + +/* defines */ +#define CHAR_USERNAME 32 + +/* variables */ + +typedef s_ivac { + char username[CHAR_USERNAME]; + t_net net; + +} t_ivac; + +#endif