Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / client_osi / osiutils.h
blob7cb871d600140d1de0118dd9da039c2787cd03eb
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 /* Copyright (C) 1994 Cazamar Systems, Inc. */
12 #ifndef OPENAFS_WINNT_CLIENT_OSI_OSIUTILS_H
13 #define OPENAFS_WINNT_CLIENT_OSI_OSIUTILS_H 1
15 extern int osi_UIDCmp(UUID *uid1, UUID *uid2);
17 extern void osi_LongToUID(long inval, UUID *outuidp);
19 #endif /* OPENAFS_WINNT_CLIENT_OSI_OSIUTILS_H */