bugfixes, temp. removed ncurses display funtions, fixed command parser.
[my-code/ivac.git] / src / ivac.h
index 9fb5263..a946580 100644 (file)
@@ -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];