On 2014-08-14 at 18:56:14 +0200, Mike Reeves <[email protected]> wrote: > That did it!
Great! Thanks for confirming and your help sorting this out. > FYI when building mausezahn I see this but it still builds: > > staging/cli.c: In function 'cli': > staging/cli.c:251: warning: passing argument 4 of 'cli_register_command' from > incompatible pointer type > /usr/include/libcli.h:64: note: expected 'int (*)(struct cli_def *, char *, > char **, int)' but argument is of type 'int (*)(struct cli_def *, const char > *, char **, int)' > staging/cli.c:252: warning: passing argument 4 of 'cli_register_command' from > incompatible pointer type > /usr/include/libcli.h:64: note: expected 'int (*)(struct cli_def *, char *, > char **, int)' but argument is of type 'int (*)(struct cli_def *, const char > *, char **, int)' > staging/cli.c:255: warning: passing argument 4 of 'cli_register_command' from > incompatible pointer type Yes, that's a known warning which AFAIR is due to a change in the libcli API. Thanks Tobias -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
