home *** CD-ROM | disk | FTP | other *** search
- #ifndef _NTFSAUTH__H
- #define _NTFSAUTH__H
-
- #include <windows.h>
- #include "common.h"
- #define NTFS
-
- BOOL NtfsInitDrive( LPSTR Drive);
- BOOL NtfsCompDriveType( LPSTR FileName, LPSTR DriveType);
- BOOL NtfsGetUnixAttrib( char* filename, struct nfsfattr* attr);
- BOOL NtfsSetUnixAttrib( char* filename, struct nfsfattr* attr);
-
- #endif
-