MYBERParser.h
changeset 27 d0aadddb9c64
parent 19 f6c91b9da05b
     1.1 --- a/MYBERParser.h	Thu Jun 04 18:36:30 2009 -0700
     1.2 +++ b/MYBERParser.h	Tue Jul 21 10:13:08 2009 -0700
     1.3 @@ -19,5 +19,6 @@
     1.4  size_t MYBERGetLength (NSData *ber, NSError **outError);
     1.5  const void* MYBERGetContents (NSData *ber, NSError **outError);
     1.6  
     1.7 +/** A date formatter with the format string "yyyyMMddHHmmss'Z'" */
     1.8  NSDateFormatter* MYBERGeneralizedTimeFormatter();
     1.9  NSDateFormatter* MYBERUTCTimeFormatter();