summarylogtreecommitdiffstats
path: root/fix-implicit-definitions.patch
blob: bd05ceebe882c7757eb11d5df6190a429546ef8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/src/daemon_cmd.c
+++ b/src/daemon_cmd.c
@@ -24,6 +24,8 @@
 #include "common.h"
 #include "daemon.h"
 
+void list_ringadd(list *l, void *obj);
+
 /*
  * 'exit' command handler.
  */
--- a/src/libfbsplashrender.c
+++ b/src/libfbsplashrender.c
@@ -35,6 +35,8 @@ int fd_tty[MAX_NR_CONSOLES];
 struct fb_data fbd;
 sendian_t endianess;
 
+void obj_visibility_set(stheme_t *theme, obj *o, bool visible);
+
 static void obj_free(obj *o)
 {
 	if (!o)