Last change
on this file since 427 was 367, checked in by Nicholas Riley, 17 years ago |
DynaLoader-10.[45].a: Tiger and Leopard versions, since Tiger's
DynaLoader.a crashes on Leopard ppc.
DynaLoader.a: Renamed to DynaLoader-10.4.a.
English.lproj/InfoPlist.strings: Updated for 1.1b7.
Info-Pester.plist: Updated for 1.1b7.
NJRDateFormatter.m: Conditionally load ParseDate dylib (see above).
ParseDate.[hm]: Split out from NJRDateFormatter.m.
Read Me.rtfd/TXT.rtf: Updated for 1.1b7.
|
File size:
230 bytes
|
Line | |
---|
1 | //
|
---|
2 | // ParseDate.h
|
---|
3 | // Pester
|
---|
4 | //
|
---|
5 | // Created by Nicholas Riley on 11/28/07.
|
---|
6 | // Copyright 2007 Nicholas Riley. All rights reserved.
|
---|
7 | //
|
---|
8 |
|
---|
9 | #import <Foundation/Foundation.h>
|
---|
10 |
|
---|
11 | NSDate *(*parse_natural_language_date)(NSString *) = NULL;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.