Standardize License information
[openafs.git] / src / WINNT / afsd / fs_utils.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 #ifndef __FS_UTILS_H_ENV__
11 #define __FS_UTILS_H_ENV__ 1
12
13
14 /* pioctl opcode constants */
15 #include "smb_iocons.h"
16
17 /* PRSFS_ constants */
18 #include <afs/prs_fs.h>
19 #include <afs/pioctl_nt.h>
20
21 #include <winsock2.h>
22
23 /* Fake error code since NT errno.h doesn't define it */
24 #include <afs/errmap_nt.h>
25
26 extern char *hostutil_GetNameByINet(long addr);
27
28 extern struct hostent *hostutil_GetHostByName(char *namep);
29
30 extern long util_GetInt32(char *stringp, long *valuep);
31
32 extern long fs_StripDriveLetter(char *inPathp, char *outPathp, long outSize);
33
34 extern long fs_ExtractDriveLetter(char *inPathp, char *outPathp);
35
36 #endif /* FS_UTILS_H_ENV */