From b0a0432e8d26414d77cfeb81ab2e6c10896c6883 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 13 Apr 2026 17:35:29 +0200 Subject: Silence warnings about function declaration without a prototype for functions taking void --- ot_fullscrape.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ot_fullscrape.h') diff --git a/ot_fullscrape.h b/ot_fullscrape.h index bbb2a3f..843e039 100644 --- a/ot_fullscrape.h +++ b/ot_fullscrape.h @@ -10,8 +10,8 @@ #include "ot_mutex.h" -void fullscrape_init(); -void fullscrape_deinit(); +void fullscrape_init(void); +void fullscrape_deinit(void); void fullscrape_deliver(int64 sock, ot_tasktype tasktype); #else -- cgit v1.2.3