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


Ignore:
Timestamp:
05/18/13 18:57:13 (11 years ago)
Author:
cheese
Message:

#1 fix bug on codec and arrange file flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_codec.h

    r88 r90  
    2525CF_EXPORT int
    2626CF_Codec_Hex_Decode         (const char     * hex,
    27                              unsigned char  * bin,
    28                              size_t         * len);
     27                             unsigned char  * bin);
    2928
    3029CF_EXPORT int
     
    3534CF_EXPORT int
    3635CF_Codec_Base64_Decode      (const char     * base64,
    37                              unsigned char  * bin,
    38                              size_t         * len);
     36                             unsigned char  * bin);
    3937
    4038#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.