You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
421 B
17 lines
421 B
#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:
|