diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-08-10 18:01:01 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-08-10 18:01:01 +0000 |
| commit | 304b35f770b1d4599e6a76c97cb3e02b19e98445 (patch) | |
| tree | 045c8e83247a9eb27aa4f45d43abba5539eddce6 /src/pub/skabus-pub-daemon.c | |
| parent | 6b13dbadb14e21074e9a54d284b4757337c7c009 (diff) | |
| download | skabus-304b35f770b1d4599e6a76c97cb3e02b19e98445.tar.gz | |
Adapt to skalibs-2.11.0.0, the real one
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/pub/skabus-pub-daemon.c')
| -rw-r--r-- | src/pub/skabus-pub-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) ; |
