Show
Ignore:
Timestamp:
03/12/07 20:15:39 (22 months ago)
Author:
aj
Message:

changes by Douglas E. Engert:
change the do_decompress* to sc_decompress* and the initialize_* to
sc_pkcs15emu_initialize_* in the new code.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/libopensc/compression.h

    r3125 r3126  
    2929#define COMPRESSION_UNKNOWN (-1) 
    3030 
    31 int do_decompress_alloc(u8** out, size_t* outLen, const u8* in, size_t inLen, int method); 
    32 int do_decompress(u8* out, size_t* outLen, const u8* in, size_t inLen, int method); 
     31int sc_decompress_alloc(u8** out, size_t* outLen, const u8* in, size_t inLen, int method); 
     32int sc_decompress(u8* out, size_t* outLen, const u8* in, size_t inLen, int method); 
    3333 
    3434#endif