diff options
Diffstat (limited to 'accel-pppd/extra/net-snmp/exec_cli.h')
-rw-r--r-- | accel-pppd/extra/net-snmp/exec_cli.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accel-pppd/extra/net-snmp/exec_cli.h b/accel-pppd/extra/net-snmp/exec_cli.h new file mode 100644 index 00000000..78bcd500 --- /dev/null +++ b/accel-pppd/extra/net-snmp/exec_cli.h @@ -0,0 +1,12 @@ +/* + * Note: this file originally auto-generated by mib2c using + * : mib2c.scalar.conf 11805 2005-01-07 09:37:18Z dts12 $ + */ +#ifndef CLI_H +#define CLI_H + +/* function declarations */ +void init_cli(void); +Netsnmp_Node_Handler handle_cli; + +#endif /* CLI_H */ |