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


Ignore:
Timestamp:
05/07/13 17:05:24 (11 years ago)
Author:
cheese
Message:

#1 fix datetime in log for win64 and rename some enumerations and functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_codec.h

    r73 r86  
    1919
    2020CF_EXPORT int
    21 CF_Codec_BinaryToHex        (const unsigned char    * bin,
    22                             const size_t           len,
    23                             char                   * hex);
     21CF_Codec_Hex_Encode     (const unsigned char    * bin,
     22                        const size_t           len,
     23                        char                   * hex);
    2424
    2525CF_EXPORT int
    26 CF_Codec_HexToBinary        (const char     * hex,
    27                             unsigned char  * bin,
    28                             size_t         * len);
     26CF_Codec_Hex_Decode     (const char     * hex,
     27                        unsigned char  * bin,
     28                        size_t         * len);
    2929
    3030#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.