X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=1fa1cb1095d747672654973728d2bc22972eb250;hp=e02b4f969452549a330ac9ff32dfe4dd4e716091;hb=b87eefd8493061dad8af3b2f31e10b14657b116c;hpb=ad3ee18608b7dbc1cca254d0fb67e0d8f76e4cb8 diff --git a/cli.c b/cli.c index e02b4f9..1fa1cb1 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 [[.
[.