1/*
2 * LICENSE NOTICE.
3 *
4 * Use of the Microsoft Windows Rally Development Kit is covered under
5 * the Microsoft Windows Rally Development Kit License Agreement,
6 * which is provided within the Microsoft Windows Rally Development
7 * Kit or at http://www.microsoft.com/whdc/rally/rallykit.mspx. If you
8 * want a license from Microsoft to use the software in the Microsoft
9 * Windows Rally Development Kit, you must (1) complete the designated
10 * "licensee" information in the Windows Rally Development Kit License
11 * Agreement, and (2) sign and return the Agreement AS IS to Microsoft
12 * at the address provided in the Agreement.
13 */
14
15/*
16 * Copyright (c) Microsoft Corporation 2005.  All rights reserved.
17 * This software is provided with NO WARRANTY.
18 */
19
20#ifndef BANDFUNCS_H
21#define BANDFUNCS_H
22
23extern void band_InitStats(void);
24
25extern void band_UpdateStats(void);
26
27extern void band_ChooseHelloTime(void);
28
29extern void band_IncreaseLoad(bool_t mapbegin);
30
31extern void band_ResetNi(void);
32
33#endif /* BANDFUNCS_H */
34