mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-13 16:42:39 +02:00
Closes: https://bugs.gentoo.org/875131 Closes: https://bugs.gentoo.org/898252 Signed-off-by: David Seifert <soap@gentoo.org>
12 lines
178 B
Diff
12 lines
178 B
Diff
--- a/src/deskmenu.c
|
|
+++ b/src/deskmenu.c
|
|
@@ -146,6 +146,9 @@
|
|
return value;
|
|
}
|
|
|
|
+int
|
|
+decode_switches (int argc, char **argv);
|
|
+
|
|
void
|
|
initialize (int argc, char *argv[])
|
|
{
|