X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=src%2Fivac.h;h=b635160f12115b37f233c7fcc6aca2ac8b3bb4ed;hb=b5512e7ee393a12bffc0b3fecabe515a2964c26b;hp=9fb52632edfc95d069a353208456aa44cfaa761f;hpb=da2c28e700faec39bab322b103fe0298c52fbda7;p=my-code%2Fivac.git diff --git a/src/ivac.h b/src/ivac.h index 9fb5263..b635160 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -28,6 +28,7 @@ #define IVAC_SEND_NAME 'n' #define IVAC_SEND_G_CAP 'g' #define IVAC_SEND_AV_CAP 'c' +#define IVAC_SEND_QUIT 'q' #define NETWORK (1<<0) @@ -41,6 +42,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];