nt-makefile-clean-targets-20010917
[openafs.git] / src / WINNT / afsreg / syscfg.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef SYSCFG_H_
11 #define SYSCFG_H_
12
13 /* Functions for accessing NT system configuration information. */
14
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18
19 extern int
20 syscfg_GetIFInfo(int *count, int *addrs, int *masks, int *mtus, int *flags);
21
22 #ifdef __cplusplus
23 };
24 #endif
25
26 #endif /* SYSCFG_H_ */