windows-more-updates-20030315
[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 _OSIUTILS_H_ENV_
13 #define _OSIUTILS_H_ENV_ 1
14
15 extern int osi_UIDCmp(UUID *uid1, UUID *uid2);
16
17 extern void osi_LongToUID(long inval, UUID *outuidp);
18
19 #endif /*_OSIUTILS_H_ENV_ */