diff -r c409dbc4f068 -r a06e44b9b898 MYBERParser.h --- a/MYBERParser.h Tue Jun 02 13:16:28 2009 -0700 +++ b/MYBERParser.h Wed Jun 03 17:22:42 2009 -0700 @@ -15,5 +15,8 @@ /** Parses a block of BER-formatted data into an object tree. */ id MYBERParse (NSData *ber, NSError **outError); +size_t MYBERGetLength (NSData *ber, NSError **outError); +const void* MYBERGetContents (NSData *ber, NSError **outError); + NSDateFormatter* MYBERGeneralizedTimeFormatter(); NSDateFormatter* MYBERUTCTimeFormatter();