treewide: Use new style function definitions

This commit is contained in:
Guido Günther
2020-09-11 18:15:02 +02:00
parent c26feed8b2
commit 306c11f1fd
4 changed files with 5 additions and 5 deletions

View File

@ -2,6 +2,6 @@
#define __STYLE_H
#include "gtk/gtk.h"
GtkCssProvider *squeek_load_style();
GtkCssProvider *squeek_load_style(void);
#endif