fix a minor warning
authornotaz <notasas@gmail.com>
Mon, 28 Aug 2023 23:10:22 +0000 (02:10 +0300)
committernotaz <notasas@gmail.com>
Mon, 28 Aug 2023 23:10:22 +0000 (02:10 +0300)
frontend/plugin.c

index 4ade772..2c95a67 100644 (file)
@@ -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; }