diff options
author | Christophe Grenier <[email protected]> | 2007-10-29 22:38:52 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2007-10-29 22:38:52 +0100 |
commit | 9928d99936105b4653d2d1b8ca74dc3ffba5c71e (patch) | |
tree | 06aa4f5e9f0055027c6fb54dd47a8414cf2fba32 /src/ntfs_dir.h |
First version in git
Diffstat (limited to 'src/ntfs_dir.h')
-rw-r--r-- | src/ntfs_dir.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ntfs_dir.h b/src/ntfs_dir.h new file mode 100644 index 00000000..6decbfb7 --- /dev/null +++ b/src/ntfs_dir.h @@ -0,0 +1,25 @@ +/* + + File: ntfs_dir.h + + Copyright (C) 2005-2006 Christophe GRENIER <[email protected]> + + This software is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write the Free Software Foundation, Inc., 51 + Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + */ + +int dir_partition_ntfs_init(disk_t *disk_car, const partition_t *partition, dir_data_t *dir_data, const int verbose); +const char*td_ntfs_version(void); + |