Changeset 96 in libcf for trunk/include/cf_codec.h


Ignore:
Timestamp:
05/27/13 09:37:51 (11 years ago)
Author:
cheese
Message:

#1 fix hex decoder exception and rollback function interface of decoders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_codec.h

    r90 r96  
    2525CF_EXPORT int
    2626CF_Codec_Hex_Decode         (const char     * hex,
    27                              unsigned char  * bin);
     27                             unsigned char  * bin,
     28                             size_t         * len);
    2829
    2930CF_EXPORT int
     
    3435CF_EXPORT int
    3536CF_Codec_Base64_Decode      (const char     * base64,
    36                              unsigned char  * bin);
     37                             unsigned char  * bin,
     38                             size_t         * len);
    3739
    3840#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.