2 * Copyright 2000, International Business Machines Corporation and others.
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
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 */