NetBurner 3.5.7
PDF Version
simplesnmp/src/commands.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef COMMANDS_H_
6#define COMMANDS_H_
7
8/* Wire up the five Cmd*_func callbacks, register Telnet and serial as
9 * input streams, and start the command-processor task. Call once from
10 * UserMain after the network is up. */
11void StartCommandLine();
12
13#endif /* COMMANDS_H_ */