From 304b35f770b1d4599e6a76c97cb3e02b19e98445 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 10 Aug 2021 18:01:01 +0000 Subject: Adapt to skalibs-2.11.0.0, the real one Signed-off-by: Laurent Bercot --- src/pub/skabus-pub-daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pub/skabus-pub-daemon.c') diff --git a/src/pub/skabus-pub-daemon.c b/src/pub/skabus-pub-daemon.c index b27c04e..c64ae7d 100644 --- a/src/pub/skabus-pub-daemon.c +++ b/src/pub/skabus-pub-daemon.c @@ -35,7 +35,7 @@ int main (int argc, char const *const *argv) char const *announcere = 0 ; PROG = "skabus-pub-daemon" ; { - subgetopt_t l = SUBGETOPT_ZERO ; + subgetopt l = SUBGETOPT_ZERO ; for (;;) { int opt = subgetopt_r(argc, argv, "Dd1USsv:c:b:u:g:G:t:T:i:x:k:", &l) ; -- cgit v1.3.1