gentoo-ebuilds/games-puzzle/gweled/files/gweled-0.9.1-implicit-decl.patch
2023-04-28 07:04:13 +01:00

16 lines
350 B
Diff

https://git.launchpad.net/gweled/commit/?id=033834d6db19ddcc7856e40895eb7c4e44b3d5d4
https://bugs.gentoo.org/874738
--- a/src/main.c
+++ b/src/main.c
@@ -34,2 +34,3 @@
#include "games-scores-dialog.h"
+#include "games-setgid-io.h"
--- a/src/main.h
+++ b/src/main.h
@@ -26,2 +26,5 @@
void
+init_pref_window(void);
+
+void
save_preferences(void);