From 934903dfdf1d047f7386e903f3cc11169a3d948b Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 27 Feb 2026 14:35:38 +0300 Subject: [PATCH] nfqws: cosmetic --- nfq/win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq/win.h b/nfq/win.h index 13a09801..6a30f207 100644 --- a/nfq/win.h +++ b/nfq/win.h @@ -4,7 +4,7 @@ #include -bool service_run(); +bool service_run(int argc, char *argv[]); #endif