From 6381dfc8e0d32efcfd3b53756d4d2959a5390ba5 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 29 Aug 2023 02:10:22 +0300 Subject: [PATCH] fix a minor warning --- frontend/plugin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/plugin.c b/frontend/plugin.c index 4ade7724..2c95a67a 100644 --- a/frontend/plugin.c +++ b/frontend/plugin.c @@ -21,6 +21,7 @@ #define CALLBACK /* CDR */ +struct CdrStat; static long CALLBACK CDRinit(void) { return 0; } static long CALLBACK CDRshutdown(void) { return 0; } static long CALLBACK CDRopen(void) { return 0; } -- 2.39.5