win.h: add missing void

This commit is contained in:
Boris Faure 2020-04-11 00:30:20 +02:00
parent ec2a96589c
commit f52ea76606
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -90,6 +90,6 @@ void
term_apply_shine(Term *term, int shine);
void background_set_shine(Config *config, Evas_Object *bg);
void main_trans_update();
void main_trans_update(void);
#endif