some network functions (to be continued)
[my-code/ivac.git] / src / ivac.h
index 9e171bd..2a10429 100644 (file)
@@ -9,13 +9,14 @@
 
 /* defines */
 #define CHAR_USERNAME 32
+#define ERROR -1
+#define SUCCESS 1
 
 /* variables */
 
 typedef s_ivac {
   char username[CHAR_USERNAME];
   t_net net;
-  
 } t_ivac;
 
 #endif