struct libb64::base64_decodestate

#include <libb64.h>

struct base64_decodestate
{
    // fields

    base64_decodestep step;
    char plainchar;
};