Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afsreg / syscfg.h
blobfd7a68af0163785fe5b503eff845974b8582043b
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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 */
10 #ifndef SYSCFG_H_
11 #define SYSCFG_H_
13 /* Functions for accessing NT system configuration information. */
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
19 extern int
20 syscfg_GetIFInfo(int *count, int *addrs, int *masks, int *mtus, int *flags);
22 #ifdef __cplusplus
24 #endif
26 #endif /* SYSCFG_H_ */