File: nttools.h

package info (click to toggle)
ntfs 971218-4
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 692 kB
  • ctags: 670
  • sloc: ansic: 7,774; sh: 1,509; makefile: 232
file content (12 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  nttools.h
 *  Header file for nttools.c
 *
 *  Copyright (C) 1997 Rgis Duchesne
 */

void print_time(ntfs_time64_t t);
ntfs_volume *ntfs_open_volume(char *file, int bias, int silent, int no_inodes);
int ntfs_find_file(ntfs_inode *ino, char *name);
ntfs_size_t ntfs_lseek(int fd, ntfs_size_t offset, int whence);
void uniprint(char *first, int length);