bigpoint_token_cryptdec.c 306 Bytes
#include "bigpoint_token_cryptdec"

static
void
__construct(struct BIGPOINT_TOKEN_CRYPTDEC * _this, va_list * params)
{
    _this->containerFactory = va_arg(* params, struct BIGPOINT_CONTANER_FACTORY *);
    _this->crypt            = va_arg(* params, struct BIGPOINT_CRYPT *);
}

// vim: set et ts=4 sw=4: