X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=1fa1cb1095d747672654973728d2bc22972eb250;hp=2252e5e395b6061d22e1cc560bfb98e5488db078;hb=787fb6d4106cfd22485bd89d190be26e2a2c6178;hpb=a1f1ee31878c71cb460126d07429eab07587d170;ds=sidebyside diff --git a/cli.c b/cli.c index 2252e5e..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 [[.
[.