X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Fivac.h;h=a946580db13e4b75388894b79a044d4e39026092;hp=9fb52632edfc95d069a353208456aa44cfaa761f;hb=2fb65b9beceb0945b593e28332507aa1b7c3fd90;hpb=da2c28e700faec39bab322b103fe0298c52fbda7 diff --git a/src/ivac.h b/src/ivac.h index 9fb5263..a946580 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -41,6 +41,9 @@ #define IVAC_PROMPT_LEN 3 #define IVAC_CONSOLE_LEN 8 +#define IVAC_ARG_LEN CHAR_USERNAME +#define IVAC_ARG_COUNT 4 + /* variables */ typedef struct s_challenger { char name[CHAR_USERNAME];