From f1c39d3ff40aece8278afaec0098607d498cd768 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 27 Dec 2011 17:24:55 +0400 Subject: snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send cli commands --- accel-pppd/cli/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd/cli/cli.c') diff --git a/accel-pppd/cli/cli.c b/accel-pppd/cli/cli.c index 00d5ffbe..917634c9 100644 --- a/accel-pppd/cli/cli.c +++ b/accel-pppd/cli/cli.c @@ -128,7 +128,7 @@ static int split(char *buf, char **ptr) return i; } -int cli_process_cmd(struct cli_client_t *cln) +int __export cli_process_cmd(struct cli_client_t *cln) { struct cli_simple_cmd_t *cmd1; struct cli_regexp_cmd_t *cmd2; -- cgit v1.2.3