X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=src%2Fivac.h;h=af64d04c8592b51f018558a3a821fd86ad7e3346;hb=16b3789b687a3002b80a38f58c07b7a46ac89c6c;hp=b635160f12115b37f233c7fcc6aca2ac8b3bb4ed;hpb=b5512e7ee393a12bffc0b3fecabe515a2964c26b;p=my-code%2Fivac.git diff --git a/src/ivac.h b/src/ivac.h index b635160..af64d04 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -65,8 +65,10 @@ typedef struct s_ivac { } t_ivac; /* function prototypes */ +int usage(void); int ivac_shutdown(t_ivac *ivac); int ivac_send_info(int channel,t_ivac *ivac); +int ivac_send_quit(int channel,t_ivac *ivac); int ivac_receive_info(int channel,t_ivac *ivac); int ivac_event_cb(t_event *event,void *ptr); int ivac_regular_cb(t_event *event,void *ptr);