X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=9530198552e194f66e094ca617e05984610247d2;hp=e02b4f969452549a330ac9ff32dfe4dd4e716091;hb=2a9bc06f11ea919bc8090fdbde06ff7fdddaeb97;hpb=ad3ee18608b7dbc1cca254d0fb67e0d8f76e4cb8 diff --git a/cli.c b/cli.c index e02b4f9..9530198 100644 --- a/cli.c +++ b/cli.c @@ -15,16 +15,16 @@ #include "uci.h" static struct uci_context *ctx; -static char *buf = NULL; -static int buflen = 256; static void uci_usage(int argc, char **argv) { fprintf(stderr, "Usage: %s [] []\n\n" "Commands:\n" - "\tshow [[.
[.