KSG_EncodeDecode.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. //  FileName    :   KSG_EncodeDecode.h
  4. //  Version     :   1.0
  5. //  Creater     :   
  6. //  Date        :   2003-6-3 10:29:43
  7. //  Comment     :   
  8. //
  9. //////////////////////////////////////////////////////////////////////////////////////
  10. #ifndef _KSG_ENCODEDECODE_H
  11. #define _KSG_ENCODEDECODE_H 1
  12. //#include <crtdbg.h>
  13. #include "zport.h"
  14. int KSG_DecodeEncode(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  15. int KSG_DecodeEncode_ASM(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  16. int KSG_DecodeBuf(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  17. int KSG_EncodeBuf(size_t uSize, unsigned char *pbyBuf, unsigned *puKey);
  18. #endif  // _KSG_ENCODEDECODE_H