diff -r 000000000000 -r 2e3d3ce01487 openenvutils/commandshell/shell/inc/glob.epro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openenvutils/commandshell/shell/inc/glob.epro Tue Feb 02 10:12:00 2010 +0200 @@ -0,0 +1,23 @@ +/* Generated automatically */ +#ifndef have_Src_glob_globals +#define have_Src_glob_globals + +extern int badcshglob; +extern int pathpos; +extern char*pathbuf; +extern mod_import_variable char*glob_pre; +extern mod_import_variable char*glob_suf; +extern mod_import_function int haswilds _((char*str)); +extern void zglob _((LinkList list,LinkNode np,int nountok)); +extern mod_import_function char file_type _((mode_t filemode)); +extern mod_import_function int hasbraces _((char*str)); +extern int xpandredir _((struct redir*fn,LinkList tab)); +extern mod_import_function void xpandbraces _((LinkList list,LinkNode*np)); +extern int matchpat _((char*a,char*b)); +extern int getmatch _((char**sp,char*pat,int fl,int n,char*replstr)); +extern void getmatcharr _((char***ap,char*pat,int fl,int n,char*replstr)); +extern mod_import_function void tokenize _((char*s)); +extern mod_import_function void shtokenize _((char*s)); +extern mod_import_function void remnulargs _((char*s)); + +#endif /* !have_Src_glob_globals */