X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=src%2Fivac.h;h=9cbced91134e8946f949d2d25877f149694f17cb;hb=f7d9ad56ad9c10284c067cb2db36a7c72b33c5b3;hp=76844f586051a927e3854f2900142728c1295078;hpb=4546108a81317af1135683e85b9340715e585339;p=my-code%2Fivac.git diff --git a/src/ivac.h b/src/ivac.h index 76844f5..9cbced9 100644 --- a/src/ivac.h +++ b/src/ivac.h @@ -33,5 +33,6 @@ typedef struct s_ivac { /* function prototypes */ int ivac_event_cb(t_event *event,void *ptr); int ivac_regular_cb(t_event *event,void *ptr); +int ivac_display(t_input *input,void *ptr); #endif