X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=blobdiff_plain;f=cli.c;h=9530198552e194f66e094ca617e05984610247d2;hp=3a19b36c9a7bdc193e1b56b702a5a1dacfcae9cd;hb=299e0a26f9489e2bc570b7ce1ec51a0d735afaa1;hpb=8f5a6c07caaaf5bd692623d1ed8ffbfa20f564d8 diff --git a/cli.c b/cli.c index 3a19b36..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 [[.
[.