From 755c300d246c872c406f3a7e123d4cdd0d7c1f17 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 02:39:51 +0100 Subject: PR681 - implicit function declaration --- modules/computer/boots.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/computer') diff --git a/modules/computer/boots.c b/modules/computer/boots.c index 5621e4e9..52c122e4 100644 --- a/modules/computer/boots.c +++ b/modules/computer/boots.c @@ -21,6 +21,8 @@ #include "hardinfo.h" #include "computer.h" +extern void scan_os(gboolean reload); + void scan_boots_real(void) { -- cgit v1.2.3