File 0003-mathopd.h-declare-mathopd_main.patch of Package safte-monitor
From 188db70a3bb8c7a841c6b95775842078b9694295 Mon Sep 17 00:00:00 2001
From: Martin Wilck <mwilck@suse.com>
Date: Thu, 3 Nov 2022 11:09:53 +0100
Subject: [PATCH 3/8] mathopd.h: declare mathopd_main()
---
mathopd-1.3pl7-lite/mathopd.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/mathopd-1.3pl7-lite/mathopd.h b/mathopd-1.3pl7-lite/mathopd.h
index 8f6cf92..b52bf20 100644
--- a/mathopd-1.3pl7-lite/mathopd.h
+++ b/mathopd-1.3pl7-lite/mathopd.h
@@ -332,6 +332,7 @@ extern time_t current_time;
extern void log_d(const char *, ...);
extern void lerror(const char *);
extern void httpd_main(void);
+extern int mathopd_main(void);
/* request */
--
2.38.0