bigpoint_token_cryptdec.h
421 Bytes
#ifndef __BIGPOINT_TOKEN_CRPYTDEC_H__
#define __BIGPOINT_TOKEN_CRPYTDEC_H__
#include "bigpoint_cclass.h"
struct BIGPOINT_TOKEN_CRYPTDEC {
const struct BIGPOINT_CCLASS * const class;
struct BIGPOINT_CONTAINTER_FACTORY * containerFactory;
struct BIGPOINT_CRYPT * crypt;
}
extern const struct BIGPOINT_CCLASS * const BIGPOINT_TOKEN_CRYPTDEC;
#endif//__BIGPOINT_TOKEN_CRPYTDEC_H__
// vim: set et ts=4 sw=4: