X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=src%2Fivac.h;h=bd427f044443069b7a07b323cb672d403e2569cf;hp=a4365f4ff063708cf0739f7e012d93d35d8650c0;hb=8a6fa2a921c79c007f3203aab1388fe2f0620eda;hpb=0bc14060d26317692d960c39e7e64b74d8963e61 diff --git a/src/ivac.h b/src/ivac.h index a4365f4..bd427f0 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -7,6 +7,9 @@ #define _GNU_SOURCE #include +/* for ui */ +#include + #include "network.h" #include "event.h" #include "input.h" @@ -52,6 +55,7 @@ typedef struct s_ivac { } t_ivac; /* function prototypes */ +int ivac_shutdown(t_ivac *ivac); int ivac_send_info(int channel,t_ivac *ivac); int ivac_receive_info(int channel,t_ivac *ivac); int ivac_event_cb(t_event *event,void *ptr);