18#ifndef _WIZARDSTOOLKIT_UTILITY_H
19#define _WIZARDSTOOLKIT_UTILITY_H
21#if defined(__cplusplus) || defined(c_plusplus)
58#if defined(__cplusplus) || defined(c_plusplus)
WizardExport char * Base64Encode(const unsigned char *, const size_t, size_t *)
WizardExport void AppendFileExtension(const char *, char *)
WizardExport void ChopPathComponents(char *, const size_t)
WizardExport char ** GetPathComponents(const char *, size_t *)
WizardExport const char * ParseWizardTime(const char *, time_t *)
WizardExport WizardBooleanType IsWizardTrue(const char *)
WizardExport WizardBooleanType GetExecutionPath(char *, const size_t)
WizardExport unsigned char * Base64Decode(const char *, size_t *)
WizardExport void GetPathComponent(const char *, PathType, char *)
WizardExport WizardBooleanType IsPathAcessible(const char *)