Windows: AFSTearDownExtents may experience active extents
[openafs.git] / src / WINNT / client_osi / osiutils.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 /* Copyright (C) 1994 Cazamar Systems, Inc. */
11
12 #ifndef OPENAFS_WINNT_CLIENT_OSI_OSIUTILS_H
13 #define OPENAFS_WINNT_CLIENT_OSI_OSIUTILS_H 1
14
15 extern int osi_UIDCmp(UUID *uid1, UUID *uid2);
16
17 extern void osi_LongToUID(long inval, UUID *outuidp);
18
19 #endif /* OPENAFS_WINNT_CLIENT_OSI_OSIUTILS_H */