00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef _WIZARDS_TOOLKIT_TOKEN_H
00019 #define _WIZARDS_TOOLKIT_TOKEN_H
00020
00021 #if defined(__cplusplus) || defined(c_plusplus)
00022 extern "C" {
00023 #endif
00024
00025 typedef struct _TokenInfo
00026 TokenInfo;
00027
00028 extern WizardExport int
00029 Tokenizer(TokenInfo *,unsigned,char *,size_t,char *,char *,char *,char *,
00030 char,char *,int *,char *);
00031
00032 extern WizardExport WizardBooleanType
00033 GlobExpression(const char *,const char *,const WizardBooleanType),
00034 IsGlob(const char *);
00035
00036 extern WizardExport void
00037 GetWizardToken(const char *,const char **,char *);
00038
00039 #if defined(__cplusplus) || defined(c_plusplus)
00040 }
00041 #endif
00042
00043 #endif