forked from aniani/vim
Problem: Still more files still using __ARGS. Solution: Remove __ARGS in really the last files.
6 lines
171 B
C
6 lines
171 B
C
/* auto/gui_gtk_gresources.c */
|
|
GResource *gui_gtk_get_resource(void);
|
|
void gui_gtk_unregister_resource(void);
|
|
void gui_gtk_register_resource(void);
|
|
/* vim: set ft=c : */
|