~jeanfrancois.roy/mpqkit/1.0b1

« back to all changes in this revision

Viewing changes to NSCalendarDateNTFSAdditions.h

  • Committer: bahamut
  • Date: 2007-04-03 01:12:37 UTC
  • Revision ID: svn-v4:08a27de9-96f8-0310-9aec-cd9f9b5b01a8:trunk:158
- svn refactor phase 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
//  NSCalendarDateNTFSAdditions.h
 
3
//  MPQKit
 
4
//
 
5
//  Created by Jean-Francois Roy on Thu Jan 15 2004.
 
6
//  Copyright (c) 2004 MacStorm. All rights reserved.
 
7
//
 
8
 
 
9
#import <Foundation/Foundation.h>
 
10
 
 
11
 
 
12
@interface NSCalendarDate (NTFSAdditions)
 
13
+ (id)dateWithNTFSDate:(int64_t)filetime;
 
14
- (int64_t)ntfsFiletime;
 
15
@end