X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=1fa1cb1095d747672654973728d2bc22972eb250;hp=2252e5e395b6061d22e1cc560bfb98e5488db078;hb=4c95913eae05b8a0b1c8e8e6ff219b9d710d564a;hpb=a1f1ee31878c71cb460126d07429eab07587d170 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 [[.
[.