NetBurner 3.5.7
PDF Version
test.h
1
/*NB_REVISION*/
2
3
/*NB_COPYRIGHT*/
4
5
#ifndef TEST_H_
6
#define TEST_H_
7
8
/* One-time initialization of the eight scalar SNMP variables. */
9
void
InitVars();
10
11
/* Append `na` rows to the test table by calling
12
* AddTableElementtestEntry once per row. Called once from UserMain
13
* to seed the table, then each time the user types the 'A' command. */
14
void
AddTables(
int
na );
15
16
#endif
/* TEST_H_ */